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

version 1.7, 2006/01/30 16:16:39 version 1.8, 2007/04/18 20:14:35
Line 29 
Line 29 
 // //
 //============================================================================== //==============================================================================
 // //
 // Authors: David Rosckes (rosckes@us.ibm.com)  
 //          Bert Rivero (hurivero@us.ibm.com)  
 //          Chuck Carmack (carmack@us.ibm.com)  
 //          Brian Lucier (lucier@us.ibm.com)  
 //  
 // Modified By: Vijay Eli, IBM (vijayeli@in.ibm.com) bug#3590  
 //  
 //%///////////////////////////////////////////////////////////////////////////// //%/////////////////////////////////////////////////////////////////////////////
  
 #include "CQLPredicate.h" #include "CQLPredicate.h"
Line 60 
Line 53 
         _rep = new CQLPredicateRep();         _rep = new CQLPredicateRep();
 } }
  
 CQLPredicate::CQLPredicate(const CQLSimplePredicate& inSimplePredicate, Boolean inVerted)  CQLPredicate::CQLPredicate(const CQLSimplePredicate& inSimplePredicate,
                              Boolean inVerted)
 { {
         _rep = new CQLPredicateRep(inSimplePredicate,inVerted);         _rep = new CQLPredicateRep(inSimplePredicate,inVerted);
 } }
Line 92 
Line 86 
         _rep->appendPredicate(inPredicate);         _rep->appendPredicate(inPredicate);
 } }
  
 void CQLPredicate::appendPredicate(const CQLPredicate& inPredicate, BooleanOpType inBooleanOperator)  void CQLPredicate::appendPredicate(const CQLPredicate& inPredicate,
                                      BooleanOpType inBooleanOperator )
 { {
         _rep->appendPredicate(inPredicate,inBooleanOperator);         _rep->appendPredicate(inPredicate,inBooleanOperator);
 } }


Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2