(file) Return to ProviderAdapter.h CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / ProviderManager / Attic

Diff for /pegasus/src/Pegasus/ProviderManager/Attic/ProviderAdapter.h between version 1.7 and 1.8

version 1.7, 2003/10/22 14:26:12 version 1.8, 2004/06/27 15:49:53
Line 26 
Line 26 
 // Author: Markus Mueller (sedgewick_de@yahoo.de) // Author: Markus Mueller (sedgewick_de@yahoo.de)
 // //
 // Modified By: Adrian Schuur - schuur@de.ibm.com // Modified By: Adrian Schuur - schuur@de.ibm.com
   //              Amit K Arora, (amita@in.ibm.com) for PEP101
 // //
 //%///////////////////////////////////////////////////////////////////////////// //%/////////////////////////////////////////////////////////////////////////////
  
Line 37 
Line 38 
 #include <Pegasus/Common/System.h> #include <Pegasus/Common/System.h>
 #include <Pegasus/Common/Sharable.h> #include <Pegasus/Common/Sharable.h>
 #include <Pegasus/Common/IPC.h> #include <Pegasus/Common/IPC.h>
   #include <Pegasus/Common/AutoPtr.h>
  
 #include <Pegasus/Provider/CIMProvider.h> #include <Pegasus/Provider/CIMProvider.h>
 #include <Pegasus/Server/Linkage.h> #include <Pegasus/Server/Linkage.h>
Line 63 
Line 65 
         String _providerLocation;         String _providerLocation;
         String _providerName;         String _providerName;
         String _className;         String _className;
         CIMProvider * _adapter;          AutoPtr<CIMProvider> _adapter; //PEP101
 }; };
  
 // //


Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2