(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.46 and 1.47

version 1.46, 2002/07/23 21:39:31 version 1.47, 2002/07/30 16:14:53
Line 704 
Line 704 
     return !String::equal(str1, str2);     return !String::equal(str1, str2);
 } }
  
 PEGASUS_STD(ostream)& operator<<(PEGASUS_STD(ostream)& os, const String& str1)  PEGASUS_STD(ostream)& operator<<(PEGASUS_STD(ostream)& os, const String& str)
 { {
     for (Uint32 i = 0, n = str1.size(); i < n; i++)      for (Uint32 i = 0, n = str.size(); i < n; i++)
         os << str1[i];          os << str[i];
  
     return os;     return os;
 } }


Legend:
Removed from v.1.46  
changed lines
  Added in v.1.47

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2