(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.15 and 1.16

version 1.15, 2007/03/28 19:34:54 version 1.16, 2008/08/20 00:03:58
Line 56 
Line 56 
     virtual ~CIMIndicationConsumer() { };     virtual ~CIMIndicationConsumer() { };
  
     /**     /**
           Delivers an indication for consumption.
         @param context contains security and locale information relevant for         @param context contains security and locale information relevant for
         the lifetime of this operation.         the lifetime of this operation.
         @param url          @param destinationPath A String containing the path suffix from the
         @param indicationInstance              destination URI.  The path in the destination URI is expected to
               begin with "/CIMListener".  This parameter value contains the
               remainder of the path.
           @param indicationInstance A CIMInstance containing the indication
               being delivered.
     */     */
     virtual void consumeIndication(     virtual void consumeIndication(
         const OperationContext& context,         const OperationContext& context,
         const String& url,          const String& destinationPath,
         const CIMInstance& indicationInstance) = 0;         const CIMInstance& indicationInstance) = 0;
 }; };
  


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2