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

Diff for /pegasus/src/Pegasus/CQL/CQLFunctionRep.h between version 1.4 and 1.5

version 1.4, 2004/11/30 23:47:23 version 1.5, 2004/12/06 19:33:04
Line 112 
Line 112 
    CQLValue buildClassPath(const CIMObjectPath& objPath, const CIMNamespaceName& ns) const;    CQLValue buildClassPath(const CIMObjectPath& objPath, const CIMNamespaceName& ns) const;
    CQLValue buildObjectPath(const CIMObjectPath& objPath, const CIMNamespaceName& ns) const;    CQLValue buildObjectPath(const CIMObjectPath& objPath, const CIMNamespaceName& ns) const;
  
    FunctionOpType _funcOpType;     // Utility methods to convert enums into strings
      String functionTypeToString() const;
      String parmTypeToString(const CQLValue::CQLValueType parmType) const;
  
      // Member data
      FunctionOpType _funcOpType;
    Array<CQLPredicate> _parms;    Array<CQLPredicate> _parms;
  
 }; };


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2