(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.2 and 1.1.2.3

version 1.1.2.2, 2004/08/24 18:38:33 version 1.1.2.3, 2004/08/25 14:19:36
Line 45 
Line 45 
 CQLSimplePredicate CQLPredicate::getSimplePredicate(){ CQLSimplePredicate CQLPredicate::getSimplePredicate(){
         return _simplePredicate;         return _simplePredicate;
 } }
 /*  
 BooleanOpType[] CQLPredicate::getOperators(){  
         return operators;  
 }  
  
   BooleanOpType* CQLPredicate::getOperators(){
           return _operators;
   }
   /*
 Array<CQLScope> CQLPredicate::getScopes(){ Array<CQLScope> CQLPredicate::getScopes(){
  
 } }


Legend:
Removed from v.1.1.2.2  
changed lines
  Added in v.1.1.2.3

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2