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

Diff for /pegasus/src/Pegasus/WQL/WQLSelectStatement.cpp between version 1.14 and 1.15

version 1.14, 2005/05/03 21:13:52 version 1.15, 2005/05/13 21:08:35
Line 31 
Line 31 
 // //
 // Modified By: Carol Ann Krug Graves, Hewlett-Packard Company // Modified By: Carol Ann Krug Graves, Hewlett-Packard Company
 //                (carolann_graves@hp.com) //                (carolann_graves@hp.com)
   //              David Dillard, VERITAS Software Corp.
   //                  (david.dillard@veritas.com)
 // //
 //%///////////////////////////////////////////////////////////////////////////// //%/////////////////////////////////////////////////////////////////////////////
 #include "WQLSelectStatement.h" #include "WQLSelectStatement.h"
Line 94 
Line 96 
  
 WQLSelectStatement::~WQLSelectStatement() WQLSelectStatement::~WQLSelectStatement()
 { {
         if(_rep)  
                 delete _rep;                 delete _rep;
 } }
  
Line 137 
Line 138 
 } }
  
 void WQLSelectStatement::applyProjection(CIMInstance& ci, void WQLSelectStatement::applyProjection(CIMInstance& ci,
     Boolean allowMissing) throw (Exception)      Boolean allowMissing)
 { {
         _rep->applyProjection(ci, allowMissing);         _rep->applyProjection(ci, allowMissing);
 } }
Line 158 
Line 159 
         return _rep->evaluate(inCI);         return _rep->evaluate(inCI);
 } }
  
 void WQLSelectStatement::validate() throw (Exception)  void WQLSelectStatement::validate()
 { {
         _rep->validate();         _rep->validate();
 } }


Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2