(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.2.6 and 1.41

version 1.39.2.6, 2001/08/22 08:11:08 version 1.41, 2001/12/13 14:32:18
Line 440 
Line 440 
  
 private: private:
  
     static Uint32 _min(Uint32 x, Uint32 y) { return x < y ? x : y; }      static Uint32 PEG_min(Uint32 x, Uint32 y) { return x < y ? x : y; }
  
     Array<Char16> _rep;     Array<Char16> _rep;
 }; };


Legend:
Removed from v.1.39.2.6  
changed lines
  Added in v.1.41

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2