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

Diff for /pegasus/src/Pegasus/CQL/Cql2Dnf.h between version 1.5 and 1.6

version 1.5, 2004/11/29 20:02:01 version 1.6, 2005/01/27 21:19:00
Line 46 
Line 46 
  
 #include <Pegasus/Common/Linkage.h> #include <Pegasus/Common/Linkage.h>
  
 enum OperationType { CQL_LT, CQL_GT, CQL_EQ, CQL_LE, CQL_GE, CQL_NE, CQL_IS_NULL, CQL_IS_NOT_NULL, CQL_AND, CQL_OR, CQL_NOT, CQL_NOOP};  enum OperationType { CQL_LT, CQL_GT, CQL_EQ, CQL_LE, CQL_GE, CQL_NE, CQL_IS_NULL, CQL_IS_NOT_NULL, CQL_AND, CQL_OR, CQL_NOT, CQL_NOOP, CQL_ISA, CQL_LIKE};
  
 class term_el class term_el
 { {
Line 56 
Line 56 
        mark(m), _simplePredicate(simplePredicate) {}        mark(m), _simplePredicate(simplePredicate) {}
     Boolean mark;     Boolean mark;
     CQLSimplePredicate _simplePredicate;     CQLSimplePredicate _simplePredicate;
       Boolean NOT;
     void negate();     void negate();
     //int toStrings(CMPIType &typ, CMPIPredOp &opr, String &o1, String &o2) const;     //int toStrings(CMPIType &typ, CMPIPredOp &opr, String &o1, String &o2) const;
 }; };


Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2