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

Diff for /pegasus/src/Pegasus/WQL/WQLSelectStatement.h between version 1.14.8.1 and 1.17

version 1.14.8.1, 2006/02/10 16:14:27 version 1.17, 2007/04/17 12:38:31
Line 29 
Line 29 
 // //
 //============================================================================== //==============================================================================
 // //
 // Author: Mike Brasher (mbrasher@bmc.com)  
 //  
 // Modified By: Carol Ann Krug Graves, Hewlett-Packard Company  
 //                  (carolann_graves@hp.com)  
 //              David Dillard, VERITAS Software Corp.  
 //                  (david.dillard@veritas.com)  
 // //
 //%///////////////////////////////////////////////////////////////////////////// //%/////////////////////////////////////////////////////////////////////////////
  
Line 57 
Line 51 
 PEGASUS_NAMESPACE_BEGIN PEGASUS_NAMESPACE_BEGIN
  
  
 class PEGASUS_WQL_LINKAGE WQLSelectStatementRep;  class WQLSelectStatementRep;
  
 /** This class represents a compiled WQL1 select statement. /** This class represents a compiled WQL1 select statement.
  
Line 204 
Line 198 
     */     */
     Boolean evaluateWhereClause(const WQLPropertySource* source) const;     Boolean evaluateWhereClause(const WQLPropertySource* source) const;
  
     /** Inspect an instance and remove properties not listed in Select projection.      /** Inspect an instance and remove properties not listed in Select
           projection.
  
         @param  allowMissing  Boolean specifying whether missing project         @param  allowMissing  Boolean specifying whether missing project
                               properties are allowed                               properties are allowed
Line 225 
Line 220 
  
     void validate();     void validate();
  
     CIMPropertyList getPropertyList(const CIMObjectPath& inClassName = CIMObjectPath());      CIMPropertyList getPropertyList(
           const CIMObjectPath& inClassName = CIMObjectPath());
  
     Array<CIMObjectPath> getClassPathList();     Array<CIMObjectPath> getClassPathList();
  


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2