(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.18 and 1.19

version 1.18, 2008/02/06 20:27:11 version 1.19, 2008/02/08 19:24:22
Line 41 
Line 41 
  
 const WQLSelectStatement WQLSelectStatement::EMPTY=WQLSelectStatement(); const WQLSelectStatement WQLSelectStatement::EMPTY=WQLSelectStatement();
  
 WQLSelectStatement::WQLSelectStatement(String& queryLang, String& query)  WQLSelectStatement::WQLSelectStatement(
       const String& queryLang,
       const String& query)
    :SelectStatement()    :SelectStatement()
 { {
     _rep = new WQLSelectStatementRep(queryLang,query);     _rep = new WQLSelectStatementRep(queryLang,query);
Line 49 
Line 51 
     SelectStatement::_rep = _rep;     SelectStatement::_rep = _rep;
 } }
  
 WQLSelectStatement::WQLSelectStatement(String& queryLang,  WQLSelectStatement::WQLSelectStatement(
                                        String& query,      const String& queryLang,
                                        QueryContext& inCtx)      const String& query,
       const QueryContext& inCtx)
    :SelectStatement()    :SelectStatement()
 { {
     _rep = new WQLSelectStatementRep(queryLang,query,inCtx);     _rep = new WQLSelectStatementRep(queryLang,query,inCtx);


Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2