(file) Return to BasicProviderManagerRouter.cpp CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / ProviderManagerService / Attic

Diff for /pegasus/src/Pegasus/ProviderManagerService/Attic/BasicProviderManagerRouter.cpp between version 1.2 and 1.3

version 1.2, 2006/10/17 18:16:06 version 1.3, 2006/11/14 18:34:57
Line 69 
Line 69 
     : _manager(0)     : _manager(0)
     {     {
 #if defined (PEGASUS_OS_VMS) #if defined (PEGASUS_OS_VMS)
         _physicalName = ConfigManager::getInstance()->getCurrentValue("providerDir") +          _physicalName =
             String("/") + FileSystem::buildLibraryFileName(physicalName) + String(".exe");              ConfigManager::getInstance()->getCurrentValue("providerDir") +
                   String("/") + FileSystem::buildLibraryFileName(physicalName) +
                   String(".exe");
 #elif defined (PEGASUS_OS_OS400) #elif defined (PEGASUS_OS_OS400)
         _physicalName = physicalName;         _physicalName = physicalName;
 #else #else
Line 240 
Line 242 
         // Provider information is in CIMIndicationRequestMessage         // Provider information is in CIMIndicationRequestMessage
         CIMIndicationRequestMessage* indReq =         CIMIndicationRequestMessage* indReq =
             dynamic_cast<CIMIndicationRequestMessage*>(request);             dynamic_cast<CIMIndicationRequestMessage*>(request);
         ProviderIdContainer pidc = indReq->operationContext.get(ProviderIdContainer::NAME);          ProviderIdContainer pidc =
               indReq->operationContext.get(ProviderIdContainer::NAME);
         providerModule = pidc.getModule();         providerModule = pidc.getModule();
     }     }
     else if (request->getType() == CIM_ENABLE_MODULE_REQUEST_MESSAGE)     else if (request->getType() == CIM_ENABLE_MODULE_REQUEST_MESSAGE)


Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2