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

Diff for /pegasus/src/Pegasus/Common/ResponseHandler.h between version 1.33 and 1.34

version 1.33, 2009/12/15 11:39:33 version 1.34, 2011/07/27 04:58:49
Line 115 
Line 115 
     OperationContext getContext() const;     OperationContext getContext() const;
 }; };
  
 class SCMOInstance;  
   
 /** /**
     The InstanceResponseHandler class is a subclass of the ResponseHandler     The InstanceResponseHandler class is a subclass of the ResponseHandler
     class which allows delivery of instance results.     class which allows delivery of instance results.
Line 135 
Line 133 
         not consistent with the corresponding request or associated schema.         not consistent with the corresponding request or associated schema.
     */     */
     virtual void deliver(const CIMInstance & instance) = 0;     virtual void deliver(const CIMInstance & instance) = 0;
     virtual void deliver(const SCMOInstance & instance) = 0;  
  
     /**     /**
         Delivers multiple instance results to the CIM Server.  This method         Delivers multiple instance results to the CIM Server.  This method
Line 166 
Line 163 
         not consistent with the corresponding request or associated schema.         not consistent with the corresponding request or associated schema.
     */     */
     virtual void deliver(const CIMObjectPath & objectPath) = 0;     virtual void deliver(const CIMObjectPath & objectPath) = 0;
     virtual void deliver(const SCMOInstance & instance) = 0;  
  
     /**     /**
         Delivers multiple object path results to the CIM Server.  This method         Delivers multiple object path results to the CIM Server.  This method
Line 296 
Line 292 
         not consistent with the corresponding request or associated schema.         not consistent with the corresponding request or associated schema.
     */     */
     virtual void deliver(const CIMObject & object) = 0;     virtual void deliver(const CIMObject & object) = 0;
     virtual void deliver(const CIMInstance & instance) = 0;  
     virtual void deliver(const SCMOInstance & instance) = 0;  
  
     /**     /**
         Delivers multiple object results to the CIM Server.  This method         Delivers multiple object results to the CIM Server.  This method


Legend:
Removed from v.1.33  
changed lines
  Added in v.1.34

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2