(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.2 and 1.1.2.3

version 1.1.2.2, 2004/08/30 19:04:47 version 1.1.2.3, 2004/08/31 18:16:50
Line 46 
Line 46 
  
 void CQLSelectStatement::appendClassPath(const CQLIdentifier& inIdentifier) void CQLSelectStatement::appendClassPath(const CQLIdentifier& inIdentifier)
 { {
           _ctx->insertClassPath(inIdentifier);
 } }
  
 void CQLSelectStatement::setPredicate(CQLPredicate inPredicate) void CQLSelectStatement::setPredicate(CQLPredicate inPredicate)
 { {
           _predicate = inPredicate;
 } }
  
 void CQLSelectStatement::insertClassPathAlias(const CQLIdentifier& inIdentifier, String inAlias) void CQLSelectStatement::insertClassPathAlias(const CQLIdentifier& inIdentifier, String inAlias)
 { {
           _ctx->insertClassPath(inIdentifier,inAlias);
 } }
  
 void CQLSelectStatement::appendSelectIdentifier(const CQLChainedIdentifier& x) void CQLSelectStatement::appendSelectIdentifier(const CQLChainedIdentifier& x)


Legend:
Removed from v.1.1.2.2  
changed lines
  Added in v.1.1.2.3

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2