(file) Return to ProviderManager.h CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / ProviderManager2

Diff for /pegasus/src/Pegasus/ProviderManager2/ProviderManager.h between version 1.11 and 1.12

version 1.11, 2004/05/17 23:42:58 version 1.12, 2004/05/18 23:58:41
Line 33 
Line 33 
 #define Pegasus_ProviderManager_h #define Pegasus_ProviderManager_h
  
 #include <Pegasus/Common/Config.h> #include <Pegasus/Common/Config.h>
 #include <Pegasus/Common/Message.h>  #include <Pegasus/Common/CIMMessage.h>
  
 #include <Pegasus/ProviderManager2/Linkage.h> #include <Pegasus/ProviderManager2/Linkage.h>
  
 PEGASUS_NAMESPACE_BEGIN PEGASUS_NAMESPACE_BEGIN
  
   typedef void (*PEGASUS_INDICATION_CALLBACK)(
       CIMProcessIndicationRequestMessage*);
   
 class PEGASUS_PPM_LINKAGE ProviderManager class PEGASUS_PPM_LINKAGE ProviderManager
 { {
 public: public:
Line 50 
Line 53 
     virtual void unload_idle_providers() = 0;     virtual void unload_idle_providers() = 0;
     static String _resolvePhysicalName(String physicalName);     static String _resolvePhysicalName(String physicalName);
  
       /**
           Sets the callback function to which indications generated by this
           ProviderManager should be forwarded for processing.
        */
       virtual void setIndicationCallback(
           PEGASUS_INDICATION_CALLBACK indicationCallback);
   
 protected: protected:
       PEGASUS_INDICATION_CALLBACK _indicationCallback;
   
     // ingredients for CIMOMHandle (binary message handler, repository, etc.)     // ingredients for CIMOMHandle (binary message handler, repository, etc.)
 }; };
  


Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2