(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.16 and 1.17

version 1.16, 2006/06/19 19:37:44 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 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.16  
changed lines
  Added in v.1.17

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2