(file) Return to String.h CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / Common

Diff for /pegasus/src/Pegasus/Common/String.h between version 1.9 and 1.10

version 1.9, 2001/02/26 04:33:28 version 1.10, 2001/03/29 16:40:31
Line 23 
Line 23 
 // Author: // Author:
 // //
 // $Log$ // $Log$
   // Revision 1.10  2001/03/29 16:40:31  karl
   // add doc
   //
 // Revision 1.9  2001/02/26 04:33:28  mike // Revision 1.9  2001/02/26 04:33:28  mike
 // Fixed many places where cim names were be compared with operator==(String,String). // Fixed many places where cim names were be compared with operator==(String,String).
 // Changed all of these to use CIMName::equal() // Changed all of these to use CIMName::equal()
Line 249 
Line 252 
     /// Convert the plain old C-string to lower case:     /// Convert the plain old C-string to lower case:
     static void toLower(char* str);     static void toLower(char* str);
  
     /**      /** EMPTY - Represent an empty string.
         This member is used to represent empty strings. Using this member         This member is used to represent empty strings. Using this member
         avoid an expensive construction of an empty string (e.g., String()).          avoids an expensive construction of an empty string (e.g., String()).
     */     */
     static const String EMPTY;     static const String EMPTY;
  


Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2