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

Diff for /pegasus/src/Pegasus/Consumer/CIMIndicationConsumer.h between version 1.8 and 1.9

version 1.8, 2003/10/22 14:26:09 version 1.9, 2003/11/13 16:02:37
Line 41 
Line 41 
  
 /** /**
 This class defines the set of methods implemented by an indication consumer provider. This class defines the set of methods implemented by an indication consumer provider.
 A providers that derives from this class must implement all methods. The minimal method  A provider that derives from this class must implement all methods. The minimal method
 implementation simply throw the NotSupported exception. implementation simply throw the NotSupported exception.
 */ */
 class CIMIndicationConsumer class CIMIndicationConsumer
 { {
 public: public:
       ///  constructor
     CIMIndicationConsumer(void) { };     CIMIndicationConsumer(void) { };
       ///
     virtual ~CIMIndicationConsumer(void) { };     virtual ~CIMIndicationConsumer(void) { };
  
     /**     /**
     @param contex contains security and locale information relevant for the lifetime      @param context contains security and locale information relevant for the lifetime
     of this operation.     of this operation.
  
     @param url     @param url


Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2