(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.39 and 1.40

version 1.39, 2001/07/16 01:35:16 version 1.40, 2001/11/06 16:26:14
Line 421 
Line 421 
     */     */
     static const String EMPTY;     static const String EMPTY;
  
 private:      static Uint32 _pegasusMin(Uint32 x, Uint32 y)
       {
           return x < y ? x : y;
       }
  
     static Uint32 _min(Uint32 x, Uint32 y) { return x < y ? x : y; }  private:
  
     Array<Char16> _rep;     Array<Char16> _rep;
 }; };
  
   
 /** String operator ==. Test for equality between two strings of any of the /** String operator ==. Test for equality between two strings of any of the
     types String or char*.     types String or char*.
     @return Boolean - True if the strings are equal     @return Boolean - True if the strings are equal


Legend:
Removed from v.1.39  
changed lines
  Added in v.1.40

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2