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

Diff for /pegasus/src/Pegasus/Common/CIMObjectPath.cpp between version 1.13 and 1.14

version 1.13, 2002/08/27 17:42:26 version 1.14, 2002/08/29 00:27:52
Line 664 
Line 664 
  
     // Convert to a C String first:     // Convert to a C String first:
  
     char* p = objectName.allocateCString();      char* p = strdup(objectName.getCString());
     ArrayDestroyer<char> destroyer(p);      Destroyer<char> destroyer(p);
     Boolean gotHost;     Boolean gotHost;
     Boolean gotNamespace;     Boolean gotNamespace;
  


Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2