(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.3 and 1.4

version 1.3, 2004/11/23 14:02:40 version 1.4, 2005/01/27 21:19:00
Line 52 
Line 52 
 /** /**
     The enum is private, but the definition is public.     The enum is private, but the definition is public.
 */ */
 enum TermOpType {TERM_ADD,TERM_SUBTRACT};  enum TermOpType {/*TERM_ADD,TERM_SUBTRACT*/};
  
 /* /*
 #ifndef PEGASUS_ARRAY_T #ifndef PEGASUS_ARRAY_T
Line 217 
Line 217 
       @throw  - None.       @throw  - None.
       <I><B>Experimental Interface</B></I><BR>       <I><B>Experimental Interface</B></I><BR>
   */   */
     /*
   Boolean operator==(const CQLExpression& expr)const;   Boolean operator==(const CQLExpression& expr)const;
      */
   /**   /**
       Compare to CQLExpressions for non-equality       Compare to CQLExpressions for non-equality
  
Line 227 
Line 228 
       @throw  - None.       @throw  - None.
       <I><B>Experimental Interface</B></I><BR>       <I><B>Experimental Interface</B></I><BR>
   */   */
     /*
   Boolean operator!=(const CQLExpression& expr)const;   Boolean operator!=(const CQLExpression& expr)const;
     */
   friend class CQLFactory;   friend class CQLFactory;
  
  private:  private:


Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2