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

Diff for /pegasus/src/Pegasus/CQL/CQLFactor.h between version 1.1.2.18 and 1.2

version 1.1.2.18, 2004/11/17 16:19:54 version 1.2, 2004/11/21 12:13:07
Line 34 
Line 34 
  
 #include <Pegasus/Common/Config.h> #include <Pegasus/Common/Config.h>
 #include <Pegasus/Common/CIMInstance.h> #include <Pegasus/Common/CIMInstance.h>
 //#include <Pegasus/CQL/CQLScope.h>  
 #include <Pegasus/CQL/CQLChainedIdentifier.h> #include <Pegasus/CQL/CQLChainedIdentifier.h>
   #include <Pegasus/Common/ArrayInternal.h>
 #include <Pegasus/CQL/Linkage.h> #include <Pegasus/CQL/Linkage.h>
  
 #ifdef PEGASUS_USE_EXPERIMENTAL_INTERFACES #ifdef PEGASUS_USE_EXPERIMENTAL_INTERFACES
Line 46 
Line 46 
 class PEGASUS_CQL_LINKAGE CQLFunction; class PEGASUS_CQL_LINKAGE CQLFunction;
 class PEGASUS_CQL_LINKAGE CQLFactorRep; class PEGASUS_CQL_LINKAGE CQLFactorRep;
 class PEGASUS_CQL_LINKAGE CQLValue; class PEGASUS_CQL_LINKAGE CQLValue;
 class PEGASUS_CQL_LINKAGE CQLScope;  class PEGASUS_QUERYCOMMON_LINKAGE QueryContext;
 class PEGASUS_CQL_LINKAGE QueryContext;  
  
 /**  The CQLFactor could contain a CQLValue, CQLExpression or CQLFunction. /**  The CQLFactor could contain a CQLValue, CQLExpression or CQLFunction.
      This class evaluates the object to get a CQLValue.      This class evaluates the object to get a CQLValue.
Line 256 
Line 255 
   CQLFactorRep *_rep;   CQLFactorRep *_rep;
 }; };
  
   /*
 #ifndef PEGASUS_ARRAY_T #ifndef PEGASUS_ARRAY_T
 #define PEGASUS_ARRAY_T CQLFactor #define PEGASUS_ARRAY_T CQLFactor
 #include <Pegasus/Common/ArrayInter.h> #include <Pegasus/Common/ArrayInter.h>
 #undef PEGASUS_ARRAY_T #undef PEGASUS_ARRAY_T
 #endif #endif
   */
  
 PEGASUS_NAMESPACE_END PEGASUS_NAMESPACE_END
 #endif #endif


Legend:
Removed from v.1.1.2.18  
changed lines
  Added in v.1.2

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2