(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.7 and 1.1.2.8

version 1.1.2.7, 2004/09/20 21:03:03 version 1.1.2.8, 2004/09/27 13:25:20
Line 66 
Line 66 
    return _rep->getOperators();    return _rep->getOperators();
 } }
  
 void CQLTerm::applyScopes(Array<CQLScope> inScope)  void CQLTerm::applyContext(QueryContext& inContext)
 { {
         _rep->applyScopes(inScope);    _rep->applyContext(inContext);
 } }
  
 CQLTerm& CQLTerm::operator=(const CQLTerm& rhs){ CQLTerm& CQLTerm::operator=(const CQLTerm& rhs){


Legend:
Removed from v.1.1.2.7  
changed lines
  Added in v.1.1.2.8

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2