(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.8 and 1.9

version 1.8, 2007/04/18 20:14:35 version 1.9, 2008/02/06 20:27:07
Line 104 
Line 104 
     return _rep->evaluate(inCI);     return _rep->evaluate(inCI);
 } }
  
 void CQLSelectStatement::applyProjection(CIMInstance& inCI,  void CQLSelectStatement::applyProjection(
       CIMInstance& inCI,
     Boolean allowMissing)     Boolean allowMissing)
 { {
     PEGASUS_ASSERT(_rep != NULL);     PEGASUS_ASSERT(_rep != NULL);
Line 119 
Line 120 
     _rep->validate();     _rep->validate();
 } }
  
 Array<CIMObjectPath> CQLSelectStatement::getClassPathList()  Array<CIMObjectPath> CQLSelectStatement::getClassPathList() const
 { {
     PEGASUS_ASSERT(_rep != NULL);     PEGASUS_ASSERT(_rep != NULL);
  
Line 226 
Line 227 
     _rep->setHasWhereClause();     _rep->setHasWhereClause();
 } }
  
 Boolean CQLSelectStatement::hasWhereClause()  Boolean CQLSelectStatement::hasWhereClause() const
 { {
     PEGASUS_ASSERT(_rep != NULL);     PEGASUS_ASSERT(_rep != NULL);
  
     return _rep->hasWhereClause();     return _rep->hasWhereClause();
 } }
  
 String CQLSelectStatement::toString()  String CQLSelectStatement::toString() const
 { {
     PEGASUS_ASSERT(_rep != NULL);     PEGASUS_ASSERT(_rep != NULL);
  
     return _rep->toString();     return _rep->toString();
 } }
  
 void CQLSelectStatement::clear(){  void CQLSelectStatement::clear()
   {
     PEGASUS_ASSERT(_rep != NULL);     PEGASUS_ASSERT(_rep != NULL);
  
     _rep->clear();     _rep->clear();


Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2