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

Diff for /pegasus/src/Pegasus/ProviderManager2/Attic/ProviderManagerRouter.h between version 1.4 and 1.5

version 1.4, 2005/02/05 23:00:26 version 1.5, 2005/02/25 21:44:17
Line 29 
Line 29 
 // //
 // Author: Roger Kumpf, Hewlett-Packard Company (roger_kumpf@hp.com) // Author: Roger Kumpf, Hewlett-Packard Company (roger_kumpf@hp.com)
 // //
 // Modified By:  // Modified By: Carol Ann Krug Graves, Hewlett-Packard Company
   //                  (carolann_graves@hp.com)
 // //
 //%///////////////////////////////////////////////////////////////////////////// //%/////////////////////////////////////////////////////////////////////////////
  
Line 69 
Line 70 
         be called on a non-critical thread.         be called on a non-critical thread.
      */      */
     virtual void unloadIdleProviders() = 0;     virtual void unloadIdleProviders() = 0;
   
       /**
           Sets the SubscriptionInitComplete flag indicating whether the Indication
           Service has completed its initialization.
        */
       virtual void setSubscriptionInitComplete
           (Boolean subscriptionInitComplete);
   
   protected:
       /**
           Indicates whether the Indication Service has completed initialization.
           During initialization, the Indication Service processes all active
           subscriptions from the repository, sending Create Subscription requests
           to the appropriate indication providers, and the providers'
           enableIndications method must be called only after all the Create
           Subscription requests have been processed.  Once Indication Service
           initialization is complete, the Indication Service sends the Provider
           Manager Service a Subscription Initialization Complete request message.
           At that time, the enableIndications method must be called on each
           provider with current subscriptions.  Subsequently, the
           enableIndications method must be called only after the first
           subscription is created for a provider, and the disableIndications
           method must be called when the last subscription is deleted for a
           provider.
        */
       Boolean _subscriptionInitComplete;
 }; };
  
 PEGASUS_NAMESPACE_END PEGASUS_NAMESPACE_END


Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2