(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.5 and 1.1.2.6

version 1.1.2.5, 2004/09/07 18:28:04 version 1.1.2.6, 2004/09/17 14:52:11
Line 46 
Line 46 
    return _rep->toString();    return _rep->toString();
 } }
  
   Boolean CQLTerm::isSimple()
   {
      return _rep->isSimple();
   }
   
 Boolean CQLTerm::isSimpleValue() Boolean CQLTerm::isSimpleValue()
 { {
    return _rep->isSimpleValue();    return _rep->isSimpleValue();


Legend:
Removed from v.1.1.2.5  
changed lines
  Added in v.1.1.2.6

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2