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

version 1.16, 2006/01/30 16:18:36 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)  
 //  
 //%///////////////////////////////////////////////////////////////////////////// //%/////////////////////////////////////////////////////////////////////////////
 #include "WQLSelectStatement.h" #include "WQLSelectStatement.h"
 #include "WQLSelectStatementRep.h" #include "WQLSelectStatementRep.h"
Line 56 
Line 49 
         SelectStatement::_rep = _rep;         SelectStatement::_rep = _rep;
 } }
  
 WQLSelectStatement::WQLSelectStatement(String& queryLang, String& query, QueryContext& inCtx)  WQLSelectStatement::WQLSelectStatement(String& queryLang,
                                          String& query,
                                          QueryContext& inCtx)
    :SelectStatement()    :SelectStatement()
 { {
         _rep = new WQLSelectStatementRep(queryLang,query,inCtx);         _rep = new WQLSelectStatementRep(queryLang,query,inCtx);
Line 166 
Line 161 
         _rep->validate();         _rep->validate();
 } }
  
 CIMPropertyList WQLSelectStatement::getPropertyList(const CIMObjectPath& inClassName)  CIMPropertyList WQLSelectStatement::getPropertyList(
           const CIMObjectPath& inClassName)
 { {
         return _rep->getPropertyList(inClassName);         return _rep->getPropertyList(inClassName);
 } }


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