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

Diff for /pegasus/src/Pegasus/CQL/CQLExpression.h between version 1.1.2.1 and 1.1.2.2

version 1.1.2.1, 2004/08/20 18:22:36 version 1.1.2.2, 2004/08/26 14:55:12
Line 35 
Line 35 
       */       */
     //##ModelId=40FD308002EE     //##ModelId=40FD308002EE
     CQLExpression(CQLTerm& theTerm);     CQLExpression(CQLTerm& theTerm);
      CQLExpression(const CQLExpression& inExpress);
     CQLExpression(CIMInstance& CI, QueryContext& QueryCtx);     CQLExpression(CIMInstance& CI, QueryContext& QueryCtx);
     /**  the getValue method evaluates the expression and returns the value.     /**  the getValue method evaluates the expression and returns the value.
           Any property that need to be resolved into a value is taken from the           Any property that need to be resolved into a value is taken from the
Line 53 
Line 54 
     //##ModelId=40FD30BB03C3     //##ModelId=40FD30BB03C3
     void appendOperation(TermOpType theTermOpType, CQLTerm& theTerm);     void appendOperation(TermOpType theTermOpType, CQLTerm& theTerm);
  
      String toString();
   
   private:   private:
  
     TermOpType _TermOpType;     TermOpType _TermOpType;


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2