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

version 1.20, 2006/08/23 19:47:45 version 1.21, 2006/11/14 18:34:56
Line 52 
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 81 
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.20  
changed lines
  Added in v.1.21

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2