(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.18.2.1 and 1.21

version 1.18.2.1, 2006/02/28 19:53:30 version 1.21, 2006/11/14 18:34:56
Line 29 
Line 29 
 // //
 //============================================================================== //==============================================================================
 // //
 // Author: Chip Vincent (cvincent@us.ibm.com)  
 //  
 // Modified By: Roger Kumpf, Hewlett-Packard Company (roger_kumpf@hp.com)  
 //              Carol Ann Krug Graves, Hewlett-Packard Company  
 //                  (carolann_graves@hp.com)  
 //  
 //%///////////////////////////////////////////////////////////////////////////// //%/////////////////////////////////////////////////////////////////////////////
  
 #ifndef Pegasus_ProviderManager_h #ifndef Pegasus_ProviderManager_h
Line 47 
Line 41 
  
 PEGASUS_NAMESPACE_BEGIN PEGASUS_NAMESPACE_BEGIN
  
   #define IDLE_LIMIT 300
   
 typedef void (*PEGASUS_INDICATION_CALLBACK_T)( typedef void (*PEGASUS_INDICATION_CALLBACK_T)(
     CIMProcessIndicationRequestMessage*);     CIMProcessIndicationRequestMessage*);
  
Line 56 
Line 52 
 class PEGASUS_PPM_LINKAGE ProviderManager class PEGASUS_PPM_LINKAGE ProviderManager
 { {
 public: public:
     ProviderManager(void);      ProviderManager();
     virtual ~ProviderManager(void);      virtual ~ProviderManager();
  
     virtual Message * processMessage(Message * message) = 0;     virtual Message * processMessage(Message * message) = 0;
  
Line 85 
Line 81 
         Sets the SubscriptionInitComplete flag indicating whether the Indication         Sets the SubscriptionInitComplete flag indicating whether the Indication
         Service has completed its initialization.         Service has completed its initialization.
      */      */
     virtual void setSubscriptionInitComplete      virtual void setSubscriptionInitComplete(Boolean subscriptionInitComplete);
         (Boolean subscriptionInitComplete);  
  
 protected: protected:
     PEGASUS_INDICATION_CALLBACK_T _indicationCallback;     PEGASUS_INDICATION_CALLBACK_T _indicationCallback;


Legend:
Removed from v.1.18.2.1  
changed lines
  Added in v.1.21

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2