(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.19 and 1.22

version 1.19, 2006/02/24 19:16:28 version 1.22, 2007/12/17 09:30:37
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 56 
Line 50 
 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 79 
         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.19  
changed lines
  Added in v.1.22

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2