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

Diff for /pegasus/src/Pegasus/WQL/WQLSelectStatementRep.cpp between version 1.6 and 1.7

version 1.6, 2005/05/12 18:15:00 version 1.7, 2005/05/13 21:14:48
Line 495 
Line 495 
 } }
  
 void WQLSelectStatementRep::applyProjection(CIMInstance& ci, void WQLSelectStatementRep::applyProjection(CIMInstance& ci,
     Boolean allowMissing) throw (Exception)      Boolean allowMissing)
 { {
    if (_allProperties) return;    if (_allProperties) return;
  
Line 630 
Line 630 
         return evaluateWhereClause(&source);         return evaluateWhereClause(&source);
 } }
  
 void WQLSelectStatementRep::validate() throw (Exception)  void WQLSelectStatementRep::validate()
 { {
         if(_ctx == NULL){         if(_ctx == NULL){
                 MessageLoaderParms parms("WQL.WQLSelectStatementRep.QUERY_CONTEXT_IS_NULL",                 MessageLoaderParms parms("WQL.WQLSelectStatementRep.QUERY_CONTEXT_IS_NULL",


Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2