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

Diff for /pegasus/src/Pegasus/ControlProviders/ConfigSettingProvider/ConfigSettingProvider.cpp between version 1.13 and 1.14

version 1.13, 2002/08/21 22:45:50 version 1.14, 2002/09/04 20:41:50
Line 55 
Line 55 
  
 #include <Pegasus/Repository/CIMRepository.h> #include <Pegasus/Repository/CIMRepository.h>
 #include <Pegasus/Provider/CIMInstanceProvider.h> #include <Pegasus/Provider/CIMInstanceProvider.h>
 #include <Pegasus/Provider/SimpleResponseHandler.h>  #include <Pegasus/Common/ResponseHandler.h>
 #include <Pegasus/Provider/OperationFlag.h> #include <Pegasus/Provider/OperationFlag.h>
  
 PEGASUS_USING_STD; PEGASUS_USING_STD;
Line 86 
Line 86 
         const CIMObjectPath& instanceName,         const CIMObjectPath& instanceName,
         const Uint32 flags,         const Uint32 flags,
         const CIMPropertyList& propertyList,         const CIMPropertyList& propertyList,
         ResponseHandler<CIMInstance> & handler)          InstanceResponseHandler & handler)
     {     {
         PEG_METHOD_ENTER(TRC_CONFIG, "ConfigSettingProvider::getInstance()");         PEG_METHOD_ENTER(TRC_CONFIG, "ConfigSettingProvider::getInstance()");
  
Line 168 
Line 168 
         const CIMInstance& modifiedIns,         const CIMInstance& modifiedIns,
         const Uint32 flags,         const Uint32 flags,
         const CIMPropertyList& propertyList,         const CIMPropertyList& propertyList,
         ResponseHandler<void> & handler)          ResponseHandler & handler)
     {     {
         PEG_METHOD_ENTER(TRC_CONFIG, "ConfigSettingProvider::modifyInstance()");         PEG_METHOD_ENTER(TRC_CONFIG, "ConfigSettingProvider::modifyInstance()");
  
Line 370 
Line 370 
         const CIMObjectPath & ref,         const CIMObjectPath & ref,
         const Uint32 flags,         const Uint32 flags,
         const CIMPropertyList& propertyList,         const CIMPropertyList& propertyList,
         ResponseHandler<CIMInstance> & handler)          InstanceResponseHandler & handler)
     {     {
         PEG_METHOD_ENTER(TRC_CONFIG, "ConfigSettingProvider::enumerateInstances()");         PEG_METHOD_ENTER(TRC_CONFIG, "ConfigSettingProvider::enumerateInstances()");
  
Line 439 
Line 439 
 void ConfigSettingProvider::enumerateInstanceNames( void ConfigSettingProvider::enumerateInstanceNames(
         const OperationContext & context,         const OperationContext & context,
         const CIMObjectPath & classReference,         const CIMObjectPath & classReference,
         ResponseHandler<CIMObjectPath> & handler)          ObjectPathResponseHandler & handler)
     {     {
         PEG_METHOD_ENTER(TRC_CONFIG,         PEG_METHOD_ENTER(TRC_CONFIG,
             "ConfigSettingProvider::enumerateInstanceNames()");             "ConfigSettingProvider::enumerateInstanceNames()");


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