(file) Return to WQLOperationRequestDispatcher.h CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / Server

Diff for /pegasus/src/Pegasus/Server/WQLOperationRequestDispatcher.h between version 1.4 and 1.5

version 1.4, 2006/01/30 16:18:31 version 1.5, 2006/11/14 18:34:59
Line 29 
Line 29 
 // //
 //============================================================================== //==============================================================================
 // //
 // Author: Adrain Schuur (schuur@de.ibm.com)  
 //  
 // Modified By:  
 //  
 //%///////////////////////////////////////////////////////////////////////////// //%/////////////////////////////////////////////////////////////////////////////
  
 #ifndef WQLPegasusDispatcher_Dispatcher_h #ifndef WQLPegasusDispatcher_Dispatcher_h
Line 45 
Line 41 
 #include <Pegasus/WQL/WQLInstancePropertySource.h> #include <Pegasus/WQL/WQLInstancePropertySource.h>
 #include <Pegasus/WQL/WQLQueryExpressionRep.h> #include <Pegasus/WQL/WQLQueryExpressionRep.h>
  
   
 PEGASUS_NAMESPACE_BEGIN PEGASUS_NAMESPACE_BEGIN
  
 class WQLOperationRequestDispatcher : public CIMOperationRequestDispatcher {  class WQLOperationRequestDispatcher : public CIMOperationRequestDispatcher
   {
    friend class Nobody;    friend class Nobody;
    private:    private:
       WQLOperationRequestDispatcher(CIMRepository* repository,      WQLOperationRequestDispatcher(
           CIMRepository* repository,
          ProviderRegistrationManager* providerRegistrationManager)          ProviderRegistrationManager* providerRegistrationManager)
          : CIMOperationRequestDispatcher(repository,providerRegistrationManager) {}          : CIMOperationRequestDispatcher(
                 repository,providerRegistrationManager)
       {
       }
  
       virtual ~WQLOperationRequestDispatcher() {}       virtual ~WQLOperationRequestDispatcher() {}
  


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2