(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.1.2.15 and 1.1.2.16

version 1.1.2.15, 2004/10/31 16:45:03 version 1.1.2.16, 2004/11/01 15:46:17
Line 133 
Line 133 
   return _rep->getWherePropertyList(inClassName);   return _rep->getWherePropertyList(inClassName);
 } }
  
   Array<CQLChainedIdentifier> CQLSelectStatement::getSelectChainedIdentifiers()
   {
     // Should be set by the concrete sub-classes
     PEGASUS_ASSERT(_rep != NULL);
   
     return _rep->getSelectChainedIdentifiers();
   }
   
   Array<CQLChainedIdentifier> CQLSelectStatement::getWhereChainedIdentifiers()
   {
     // Should be set by the concrete sub-classes
     PEGASUS_ASSERT(_rep != NULL);
   
     return _rep->getWhereChainedIdentifiers();
   }
   
 void CQLSelectStatement::appendClassPath(const CQLIdentifier& inIdentifier) void CQLSelectStatement::appendClassPath(const CQLIdentifier& inIdentifier)
 { {
   PEGASUS_ASSERT(_rep != NULL);   PEGASUS_ASSERT(_rep != NULL);


Legend:
Removed from v.1.1.2.15  
changed lines
  Added in v.1.1.2.16

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2