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

Diff for /pegasus/src/Pegasus/Repository/Attic/AssocTable.cpp between version 1.6 and 1.7

version 1.6, 2001/07/01 03:29:40 version 1.7, 2001/07/02 01:50:10
Line 231 
Line 231 
     ifstream is;     ifstream is;
  
     if (!Open(is, path))     if (!Open(is, path))
         throw CannotOpenFile(path);          return false;
  
     // Look at each line:     // Look at each line:
  
Line 255 
Line 255 
     ifstream is;     ifstream is;
  
     if (!Open(is, path))     if (!Open(is, path))
         throw CannotOpenFile(path);          return false;
  
     // Open output file:     // Open output file:
  
Line 311 
Line 311 
     ifstream is;     ifstream is;
  
     if (!Open(is, path))     if (!Open(is, path))
         throw CannotOpenFile(path);          return false;
  
     // For each line:     // For each line:
  
Line 346 
Line 346 
     ifstream is;     ifstream is;
  
     if (!Open(is, path))     if (!Open(is, path))
         throw CannotOpenFile(path);          return false;
  
     // For each line:     // For each line:
  


Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2