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

Diff for /pegasus/src/Pegasus/Server/QuerySupportRouter.cpp between version 1.10 and 1.11

version 1.10, 2013/06/29 17:55:08 version 1.11, 2013/07/03 10:59:22
Line 62 
Line 62 
 // Get pointer to the correct function.  Note that since // Get pointer to the correct function.  Note that since
 // the queryLanguage has already been tested in // the queryLanguage has already been tested in
 // routeHandleExecQueryRequest the assert should be unreachable. // routeHandleExecQueryRequest the assert should be unreachable.
   
 applyQueryFunctionPtr QuerySupportRouter::getFunctPtr( applyQueryFunctionPtr QuerySupportRouter::getFunctPtr(
    CIMOperationRequestDispatcher* opThis,    CIMOperationRequestDispatcher* opThis,
    QueryExpressionRep* query)    QueryExpressionRep* query)
Line 77 
Line 78 
         return &((CQLOperationRequestDispatcher*)opThis)->         return &((CQLOperationRequestDispatcher*)opThis)->
             applyQueryToEnumeration;             applyQueryToEnumeration;
     }     }
   #endif
     else     else
     {     {
         PEGASUS_UNREACHABLE(PEGASUS_ASSERT(false);)         PEGASUS_UNREACHABLE(PEGASUS_ASSERT(false);)
     }     }
 #endif  
 } }
  
 PEGASUS_NAMESPACE_END PEGASUS_NAMESPACE_END


Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2