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

Diff for /pegasus/src/Pegasus/Repository/FileBasedStore.cpp between version 1.18 and 1.19

version 1.18, 2013/01/14 12:05:40 version 1.19, 2013/02/18 15:00:24
Line 1030 
Line 1030 
     const CIMNamespaceName& nameSpace) const     const CIMNamespaceName& nameSpace) const
 { {
     String path;     String path;
     Boolean found = _nameSpacePathTable.lookup(nameSpace.getString(), path);      PEGASUS_FCT_EXECUTE_AND_ASSERT(
     PEGASUS_ASSERT(found);          true,
           _nameSpacePathTable.lookup(nameSpace.getString(), path));
   
     return path;     return path;
 } }
  


Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2