(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.1 and 1.2

version 1.1, 2004/05/18 23:58:41 version 1.2, 2004/06/04 02:23:58
Line 44 
Line 44 
     ProviderManagerRouter();     ProviderManagerRouter();
     virtual ~ProviderManagerRouter();     virtual ~ProviderManagerRouter();
  
       /**
           Process the specified message by routing it to the appropriate
           ProviderManager.  Note: This operation may take a long time to
           complete and should be called on a non-critical thread.
        */
     virtual Message* processMessage(Message* message) = 0;     virtual Message* processMessage(Message* message) = 0;
  
     // temp      /**
     virtual void unload_idle_providers() = 0;          Indicates whether any of the active ProviderManagers managed by this
           ProviderManagerRouter has an active (e.g., loaded/initialized)
           provider.  If no providers are active, this ProviderManagerRouter
           may be destructed without harm.
        */
       virtual Boolean hasActiveProviders() = 0;
   
       /**
           Unload idle providers in all active ProviderManagers.
           Note: This operation may take a long time to complete and should
           be called on a non-critical thread.
        */
       virtual void unloadIdleProviders() = 0;
 }; };
  
 PEGASUS_NAMESPACE_END PEGASUS_NAMESPACE_END


Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2