(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.5 and 1.7

version 1.5, 2001/06/22 04:30:19 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 248 
Line 248 
  
 Boolean AssocTable::deleteAssociation( Boolean AssocTable::deleteAssociation(
     const String& path,     const String& path,
     const String& assocInstanceName)      const CIMReference& assocInstanceName)
 { {
     // Open input file:     // Open input file:
  
     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.5  
changed lines
  Added in v.1.7

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2