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

Diff for /pegasus/src/Pegasus/Repository/CIMRepository.cpp between version 1.74 and 1.75

version 1.74, 2002/07/19 19:43:44 version 1.75, 2002/07/19 23:40:13
Line 84 
Line 84 
  
     if (!FileSystem::existsNoCase(path, realPath))     if (!FileSystem::existsNoCase(path, realPath))
     {     {
         String traceString = path + " does not exists.";          String traceString = path + " does not exist.";
         PEG_TRACE_STRING(TRC_REPOSITORY, Tracer::LEVEL4, traceString);         PEG_TRACE_STRING(TRC_REPOSITORY, Tracer::LEVEL4, traceString);
         PEG_METHOD_EXIT();         PEG_METHOD_EXIT();
         throw CannotOpenFile(path);         throw CannotOpenFile(path);
Line 2112 
Line 2112 
     String qualifierFilePath = _nameSpaceManager.getQualifierFilePath(     String qualifierFilePath = _nameSpaceManager.getQualifierFilePath(
         nameSpace, qualifierDecl.getName());         nameSpace, qualifierDecl.getName());
  
     // -- If qualifier alread exists, throw exception:      // -- If qualifier already exists, throw exception:
  
     if (FileSystem::existsNoCase(qualifierFilePath))     if (FileSystem::existsNoCase(qualifierFilePath))
     {     {


Legend:
Removed from v.1.74  
changed lines
  Added in v.1.75

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2