(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.25 and 1.26

version 1.25, 2002/10/15 18:36:47 version 1.26, 2002/10/31 02:41:09
Line 789 
Line 789 
  
     // Convert to a C String first:     // Convert to a C String first:
  
     char* p = strdup(objectName.getCString());      CString pCString = objectName.getCString();
     Destroyer<char> destroyer(p);      char* p = const_cast<char*>((const char*) pCString);
     Boolean gotHost;     Boolean gotHost;
     Boolean gotNamespace;     Boolean gotNamespace;
  


Legend:
Removed from v.1.25  
changed lines
  Added in v.1.26

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2