(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.16 and 1.17

version 1.16, 2005/02/05 23:00:26 version 1.17, 2005/02/25 21:44:17
Line 30 
Line 30 
 // Author: Chip Vincent (cvincent@us.ibm.com) // Author: Chip Vincent (cvincent@us.ibm.com)
 // //
 // Modified By: Roger Kumpf, Hewlett-Packard Company (roger_kumpf@hp.com) // Modified By: Roger Kumpf, Hewlett-Packard Company (roger_kumpf@hp.com)
   //              Carol Ann Krug Graves, Hewlett-Packard Company
   //                  (carolann_graves@hp.com)
 // //
 //%///////////////////////////////////////////////////////////////////////////// //%/////////////////////////////////////////////////////////////////////////////
  
Line 67 
Line 69 
  
     virtual Boolean supportsRemoteNameSpaces() { return false; }     virtual Boolean supportsRemoteNameSpaces() { return false; }
  
       /**
           Sets the SubscriptionInitComplete flag indicating whether the Indication
           Service has completed its initialization.
        */
       virtual void setSubscriptionInitComplete
           (Boolean subscriptionInitComplete);
   
 protected: protected:
     PEGASUS_INDICATION_CALLBACK _indicationCallback;     PEGASUS_INDICATION_CALLBACK _indicationCallback;
  
       /**
           Indicates whether the Indication Service has completed initialization.
   
           For more information, please see the description of the
           ProviderManagerRouter::_subscriptionInitComplete member variable.
        */
       Boolean _subscriptionInitComplete;
   
     // ingredients for CIMOMHandle (binary message handler, repository, etc.)     // ingredients for CIMOMHandle (binary message handler, repository, etc.)
 }; };
  


Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2