(file) Return to CMPI_SelectExp.h CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / ProviderManager2 / CMPI

Diff for /pegasus/src/Pegasus/ProviderManager2/CMPI/CMPI_SelectExp.h between version 1.17 and 1.17.4.1

version 1.17, 2006/11/02 05:56:20 version 1.17.4.1, 2007/10/29 07:52:06
Line 56 
Line 56 
 #endif #endif
  
 struct PEGASUS_CMPIPM_LINKAGE CMPI_SelectExp : CMPISelectExp { struct PEGASUS_CMPIPM_LINKAGE CMPI_SelectExp : CMPISelectExp {
    CMPI_SelectExp(const OperationContext& ct, QueryContext *context, String cond_, String lang_);     CMPI_SelectExp(const OperationContext& ct, QueryContext *context,
          String cond_, String lang_);
    CMPI_SelectExp(WQLSelectStatement*, Boolean persistent_ = false);    CMPI_SelectExp(WQLSelectStatement*, Boolean persistent_ = false);
 #ifndef PEGASUS_DISABLE_CQL #ifndef PEGASUS_DISABLE_CQL
    CMPI_SelectExp(CQLSelectStatement*, Boolean persistent_ = false);     CMPI_SelectExp(CQLSelectStatement*, Boolean persistent_ = false,
          QueryContext *context = 0);
 #endif #endif
    ~CMPI_SelectExp();    ~CMPI_SelectExp();
    CMPI_Object *next,*prev;    CMPI_Object *next,*prev;


Legend:
Removed from v.1.17  
changed lines
  Added in v.1.17.4.1

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2