(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.1 and 1.4

version 1.1, 2004/01/27 13:48:11 version 1.4, 2005/05/20 09:55:18
Line 1 
Line 1 
 //%2003////////////////////////////////////////////////////////////////////////  //%2005////////////////////////////////////////////////////////////////////////
 // //
 // Copyright (c) 2000, 2001, 2002  BMC Software, Hewlett-Packard Development  // Copyright (c) 2000, 2001, 2002 BMC Software; Hewlett-Packard Development
 // Company, L. P., IBM Corp., The Open Group, Tivoli Systems.  // Company, L.P.; IBM Corp.; The Open Group; Tivoli Systems.
 // Copyright (c) 2003 BMC Software; Hewlett-Packard Development Company, L. P.; // Copyright (c) 2003 BMC Software; Hewlett-Packard Development Company, L. P.;
 // IBM Corp.; EMC Corporation, The Open Group. // IBM Corp.; EMC Corporation, The Open Group.
   // Copyright (c) 2004 BMC Software; Hewlett-Packard Development Company, L.P.;
   // IBM Corp.; EMC Corporation; VERITAS Software Corporation; The Open Group.
   // Copyright (c) 2005 Hewlett-Packard Development Company, L.P.; IBM Corp.;
   // EMC Corporation; VERITAS Software Corporation; The Open Group.
 // //
 // Permission is hereby granted, free of charge, to any person obtaining a copy // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to // of this software and associated documentation files (the "Software"), to
Line 25 
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 40 
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.1  
changed lines
  Added in v.1.4

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2