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

Diff for /pegasus/src/Pegasus/CQL/CQLSelectStatement.cpp between version 1.2 and 1.3

version 1.2, 2004/11/21 12:13:07 version 1.3, 2004/11/29 20:06:57
Line 96 
Line 96 
   return *this;   return *this;
 } }
  
 void CQLSelectStatement::setQueryContext(QueryContext& inCtx)  
 {  
   PEGASUS_ASSERT(_rep != NULL);  
   
   _rep->setQueryContext(inCtx);  
 }  
   
 Boolean CQLSelectStatement::evaluate(const CIMInstance& inCI) Boolean CQLSelectStatement::evaluate(const CIMInstance& inCI)
 { {
   PEGASUS_ASSERT(_rep != NULL);   PEGASUS_ASSERT(_rep != NULL);


Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2