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

Diff for /pegasus/src/Pegasus/Provider/CIMIndicationProvider.h between version 1.4 and 1.5

version 1.4, 2002/01/25 19:04:50 version 1.5, 2002/02/11 17:58:27
Line 297 
Line 297 
             ResponseHandler<CIMInstance> & handler) = 0;             ResponseHandler<CIMInstance> & handler) = 0;
 }; };
  
   /*
   current (ongoing) indication interface proposal
   
   class CIM_IndicationProvider : virtual public CIM_BaseProvider
   {
   public:
             virtual void enableIndication(
               const OperationContext & context,
               const CIMObjectPath & className,
               const CIMPropertyList & propertyList,
               const CIMInstance & subscription,
               ResponseHandler<CIMIndication> & handler) = 0;
   
         virtual void modifyIndication(
               const OperationContext & context,
               const CIMObjectPath & className,
               const CIMPropertyList & propertyList,
               const CIMInstance & subscription) = 0;
   
         virtual void disableIndication(
               const OperationContext & context,
               const CIMObjectPath & className,
               const CIMInstance & subscription) = 0;
   };
   */
   
 PEGASUS_NAMESPACE_END PEGASUS_NAMESPACE_END
  
 #endif #endif


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