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

Diff for /pegasus/src/Pegasus/Common/String.cpp between version 1.27 and 1.28

version 1.27, 2001/07/10 22:31:15 version 1.28, 2001/07/16 01:35:16
Line 33 
Line 33 
 #include "String.h" #include "String.h"
 #include <iostream> #include <iostream>
  
   PEGASUS_USING_STD;
   
 PEGASUS_NAMESPACE_BEGIN PEGASUS_NAMESPACE_BEGIN
  
 #define PEGASUS_ARRAY_T String #define PEGASUS_ARRAY_T String
Line 521 
Line 523 
     _rep.append('\0');     _rep.append('\0');
 } }
  
   void String::print() const
   {
       cout << *this << endl;
   }
   
 void String::reserve(Uint32 capacity) void String::reserve(Uint32 capacity)
 { {
     _rep.reserve(capacity + 1);     _rep.reserve(capacity + 1);
Line 532 
Line 539 
     return tmp;     return tmp;
 } }
  
   
 PEGASUS_NAMESPACE_END PEGASUS_NAMESPACE_END


Legend:
Removed from v.1.27  
changed lines
  Added in v.1.28

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2