(file) Return to InstanceIndexFile.cpp CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / repositories / genericfile / Attic

Diff for /pegasus/src/Pegasus/repositories/genericfile/Attic/InstanceIndexFile.cpp between version 1.4 and 1.5

version 1.4, 2002/06/01 02:30:29 version 1.5, 2002/07/19 23:53:10
Line 52 
Line 52 
 static Boolean _GetLine(istream& is, Array<char>& x) static Boolean _GetLine(istream& is, Array<char>& x)
 { {
     x.clear();     x.clear();
     x.reserve(1024);      x.reserveCapacity(1024);
  
     char c;     char c;
  


Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2