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

Diff for /pegasus/src/Pegasus/Repository/InstanceIndexFile.cpp between version 1.28 and 1.29

version 1.28, 2002/07/31 15:45:25 version 1.29, 2002/08/27 17:42:27
Line 713 
Line 713 
  
     fstream tmpFs;     fstream tmpFs;
     String tmpPath = path;     String tmpPath = path;
     tmpPath += ".tmp";      tmpPath.append(".tmp");
  
     FileSystem::removeFileNoCase(tmpPath);     FileSystem::removeFileNoCase(tmpPath);
  
Line 837 
Line 837 
     //     //
  
     String rollbackPath = path;     String rollbackPath = path;
     rollbackPath += ".rollback";      rollbackPath.append(".rollback");
  
     // ATTN-SF-P3-20020517: FUTURE: Need to look in to this. Empty rollback     // ATTN-SF-P3-20020517: FUTURE: Need to look in to this. Empty rollback
     // files are getting created in some error conditions.     // files are getting created in some error conditions.
Line 893 
Line 893 
     //     //
  
     String rollbackPath = path;     String rollbackPath = path;
     rollbackPath += ".rollback";      rollbackPath.append(".rollback");
  
     PEG_METHOD_EXIT();     PEG_METHOD_EXIT();
     return FileSystem::removeFileNoCase(rollbackPath);     return FileSystem::removeFileNoCase(rollbackPath);


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2