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

Diff for /pegasus/src/Pegasus/Server/CQLOperationRequestDispatcher.h between version 1.4.2.5 and 1.4.2.6

version 1.4.2.5, 2014/04/18 00:12:05 version 1.4.2.6, 2014/05/29 23:55:35
Line 53 
Line 53 
  
     virtual ~CQLOperationRequestDispatcher() {}     virtual ~CQLOperationRequestDispatcher() {}
  
     void handleQueryRequest(      /** Procces the query request. If there is an error returns the
          cimException and return = true
          @param request Query message being processed
          @param cimException CIMException that will contain the
          CIMException to be returned if there was an error in processing.
          Only set when the return is true
          parm enumerationContext EnumerationContext object if this is
          a pull request. Otherwise it is NULL
          @return true if no errors. False if there were errors in processing
          and the cimException parameter must contain the error.
       */
       bool handleQueryRequest(
         CIMExecQueryRequestMessage* request,         CIMExecQueryRequestMessage* request,
           CIMException& cimException,
         EnumerationContext* enumerationContext = NULL);         EnumerationContext* enumerationContext = NULL);
  
     static void applyQueryToEnumeration(     static void applyQueryToEnumeration(


Legend:
Removed from v.1.4.2.5  
changed lines
  Added in v.1.4.2.6

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2