(file) Return to CMPIProviderManager.cpp CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / ProviderManager2 / CMPI

Diff for /pegasus/src/Pegasus/ProviderManager2/CMPI/CMPIProviderManager.cpp between version 1.163.2.3 and 1.163.2.4

version 1.163.2.3, 2011/10/18 13:54:35 version 1.163.2.4, 2011/10/18 14:23:19
Line 175 
Line 175 
         throw cimException;         throw cimException;
     }     }
  
     SCMOInstance *objectPath = new SCMOInstance(*scmoClass);      SCMOInstance *classPath = new SCMOInstance(*scmoClass);
     objectPath->setHostName(      classPath->setHostName(
         (const char*)System::getHostName().getCString());         (const char*)System::getHostName().getCString());
  
     return objectPath;      // Clear the KeyBindings to make this instance as class path only.
       classPath->clearKeyBindings();
   
       return classPath;
 } }
  
 SCMOInstance* CMPIProviderManager::getSCMOObjectPathFromRequest( SCMOInstance* CMPIProviderManager::getSCMOObjectPathFromRequest(


Legend:
Removed from v.1.163.2.3  
changed lines
  Added in v.1.163.2.4

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2