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

Diff for /pegasus/src/Pegasus/CQL/CQLPredicate.cpp between version 1.1.2.13 and 1.1.2.14

version 1.1.2.13, 2004/09/27 13:22:37 version 1.1.2.14, 2004/09/28 15:19:37
Line 48 
Line 48 
         _rep->setInverted();         _rep->setInverted();
 } }
  
 void CQLPredicate::appendPredicate(CQLPredicate inPredicate, BooleanOpType inBooleanOperator)  void CQLPredicate::appendPredicate(const CQLPredicate& inPredicate){
           _rep->appendPredicate(inPredicate);
   }
   
   void CQLPredicate::appendPredicate(const CQLPredicate& inPredicate, BooleanOpType inBooleanOperator)
 { {
         _rep->appendPredicate(inPredicate,inBooleanOperator);         _rep->appendPredicate(inPredicate,inBooleanOperator);
 } }


Legend:
Removed from v.1.1.2.13  
changed lines
  Added in v.1.1.2.14

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2