(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 and 1.1.2.1

version 1.1, 2004/08/20 18:22:36 version 1.1.2.1, 2004/08/20 18:22:36
Line 0 
Line 1 
   #include "CQLPredicate.h"
   
   PEGASUS_NAMESPACE_BEGIN
   
   #define PEGASUS_ARRAY_T CQLPredicate
   #include <Pegasus/Common/ArrayImpl.h>
   #undef PEGASUS_ARRAY_T
   
   //##ModelId=40FD61E30034
   CQLPredicate::CQLPredicate(const CQLExpression& inExpression, ExpressionOpType inOperator)
   {
   }
   
   //##ModelId=40FD6290025E
   CQLPredicate::CQLPredicate(const CQLExpression& leftSideExpression, const CQLExpression& rightSideExpression, ExpressionOpType inOperator)
   {
   }
   
   //##ModelId=40FD725B025F
   CQLPredicate::CQLPredicate(CQLPredicate inPredicate, Boolean inInvert)
   {
   }
   
   //##ModelId=40FC365903BF
   Boolean CQLPredicate::evaluate(CIMInstance CI, QueryContext& QueryCtx)
   {
      return false;
   }
   
   //##ModelId=40FD6FF202ED
   void CQLPredicate::appendPredicate(CQLPredicate inPredicate, BooleanOpType inBooleanOperator)
   {
   }
   
   PEGASUS_NAMESPACE_END


Legend:
Removed from v.1.1  
changed lines
  Added in v.1.1.2.1

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2