(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.32 and 1.33

version 1.32, 2008/12/02 09:00:52 version 1.33, 2009/12/15 11:39:33
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
Line 134 
Line 135 
         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 164 
Line 166 
         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 293 
Line 296 
         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.32  
changed lines
  Added in v.1.33

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2