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

Diff for /pegasus/src/Pegasus/ProviderManager2/QueryExpressionFactory.cpp between version 1.3 and 1.4

version 1.3, 2005/02/05 23:00:26 version 1.4, 2005/05/20 09:55:18
Line 29 
Line 29 
 // //
 // Author: Adrian Schuur (schuur@de.ibm.com) // Author: Adrian Schuur (schuur@de.ibm.com)
 // //
 // Modified By:  // Modified By: Vijay Eli, IBM (vijayeli@in.ibm.com), bug#3605.
 // //
 //%///////////////////////////////////////////////////////////////////////////// //%/////////////////////////////////////////////////////////////////////////////
  
Line 44 
Line 44 
 PEGASUS_NAMESPACE_BEGIN PEGASUS_NAMESPACE_BEGIN
  
 QueryExpressionRep* QueryExpressionFactory::routeBuildQueryExpressionRep( QueryExpressionRep* QueryExpressionFactory::routeBuildQueryExpressionRep(
            String queryLanguage,             const String& queryLanguage,
            String query) {             const String& query) {
    if (queryLanguage=="WQL")    if (queryLanguage=="WQL")
       return new WQLQueryExpressionRep(queryLanguage,query);       return new WQLQueryExpressionRep(queryLanguage,query);
    return NULL;    return NULL;


Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2