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

Diff for /pegasus/src/Pegasus/CQL/CQLTerm.cpp between version 1.1.2.9 and 1.1.2.10

version 1.1.2.9, 2004/09/29 17:32:45 version 1.1.2.10, 2004/10/05 19:15:26
Line 100 
Line 100 
    return _rep->getOperators();    return _rep->getOperators();
 } }
  
 void CQLTerm::applyContext(QueryContext& inContext)  void CQLTerm::applyContext(QueryContext& inContext,
                              CQLChainedIdentifier& inCid)
 { {
   _rep->applyContext(inContext);    _rep->applyContext(inContext,inCid);
 } }
  
 CQLTerm& CQLTerm::operator=(const CQLTerm& rhs){ CQLTerm& CQLTerm::operator=(const CQLTerm& rhs){


Legend:
Removed from v.1.1.2.9  
changed lines
  Added in v.1.1.2.10

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2