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

Diff for /pegasus/src/Pegasus/ProviderManager2/JMPI/JMPIProviderManager.cpp between version 1.9 and 1.10

version 1.9, 2004/06/18 11:03:20 version 1.10, 2004/06/24 21:10:27
Line 40 
Line 40 
 #include <Pegasus/Common/StatisticalData.h> #include <Pegasus/Common/StatisticalData.h>
 #include <Pegasus/Common/Logger.h> #include <Pegasus/Common/Logger.h>
 #include <Pegasus/Common/MessageLoader.h> //l10n #include <Pegasus/Common/MessageLoader.h> //l10n
   #include <Pegasus/Common/Constants.h>
  
 #include <Pegasus/Config/ConfigManager.h> #include <Pegasus/Config/ConfigManager.h>
  
Line 1645 
Line 1646 
  
     return(response);     return(response);
 }*/ }*/
 //  
 // Provider module status  
 //  
 static const Uint16 _MODULE_OK       = 2;  
 static const Uint16 _MODULE_STOPPING = 9;  
 static const Uint16 _MODULE_STOPPED  = 10;  
  
 Message * JMPIProviderManager::handleDisableModuleRequest(const Message * message) throw() Message * JMPIProviderManager::handleDisableModuleRequest(const Message * message) throw()
 { {
Line 1675 
Line 1670 
  
     Array<Uint16> operationalStatus;     Array<Uint16> operationalStatus;
     // Assume success.     // Assume success.
     operationalStatus.append(_MODULE_STOPPED);      operationalStatus.append(CIM_MSE_OPSTATUS_VALUE_STOPPED);
  
     //     //
     // Unload providers     // Unload providers
Line 1725 
Line 1720 
     PEGASUS_ASSERT(request != 0);     PEGASUS_ASSERT(request != 0);
  
     Array<Uint16> operationalStatus;     Array<Uint16> operationalStatus;
     operationalStatus.append(_MODULE_OK);      operationalStatus.append(CIM_MSE_OPSTATUS_VALUE_OK);
  
     CIMEnableModuleResponseMessage * response =     CIMEnableModuleResponseMessage * response =
         new CIMEnableModuleResponseMessage(         new CIMEnableModuleResponseMessage(


Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2