(file) Return to CIMIndicationConsumerProvider.h CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / Provider

Diff for /pegasus/src/Pegasus/Provider/CIMIndicationConsumerProvider.h between version 1.6 and 1.7

version 1.6, 2006/01/30 16:17:59 version 1.7, 2006/11/14 18:34:54
Line 43 
Line 43 
 PEGASUS_NAMESPACE_BEGIN PEGASUS_NAMESPACE_BEGIN
  
 /** /**
 This class defines the set of methods implemented by an indication consumer provider.      This class defines the set of methods implemented by an indication
 A provider that derives from this class must implement all methods. The minimal method      consumer provider.  A provider that derives from this class must
 implementation simply throw the NotSupported exception.      implement all methods. The minimal method implementation simply throw
       the NotSupported exception.
 */ */
 class PEGASUS_PROVIDER_LINKAGE CIMIndicationConsumerProvider : public virtual CIMProvider, public virtual CIMIndicationConsumer  class PEGASUS_PROVIDER_LINKAGE CIMIndicationConsumerProvider :
       public virtual CIMProvider, public virtual CIMIndicationConsumer
 { {
 public: public:
     CIMIndicationConsumerProvider(void);      CIMIndicationConsumerProvider();
     virtual ~CIMIndicationConsumerProvider(void);      virtual ~CIMIndicationConsumerProvider();
 }; };
  
 PEGASUS_NAMESPACE_END PEGASUS_NAMESPACE_END


Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2