(file) Return to CMPIMsgHandleManager.h CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / ProviderManager2 / CMPI

Diff for /pegasus/src/Pegasus/ProviderManager2/CMPI/CMPIMsgHandleManager.h between version 1.3 and 1.3.4.1

version 1.3, 2008/12/02 09:01:49 version 1.3.4.1, 2009/11/18 14:00:35
Line 35 
Line 35 
 #include <Pegasus/Common/ReadWriteSem.h> #include <Pegasus/Common/ReadWriteSem.h>
 #include <Pegasus/Common/MessageLoader.h> #include <Pegasus/Common/MessageLoader.h>
 #include <Pegasus/Common/ArrayInternal.h> #include <Pegasus/Common/ArrayInternal.h>
   #include <Pegasus/Common/AutoPtr.h>
 #include <Pegasus/Provider/CMPI/cmpidt.h> #include <Pegasus/Provider/CMPI/cmpidt.h>
 #include <Pegasus/ProviderManager2/CMPI/Linkage.h> #include <Pegasus/ProviderManager2/CMPI/Linkage.h>
  
Line 88 
Line 89 
  
     CMPIMsgHandleManager();     CMPIMsgHandleManager();
  
     static CMPIMsgHandleManager* _handleManagerInstance;      static AutoPtr<CMPIMsgHandleManager> _handleManagerInstance;
  
     // auto-initialisation due to being on the stack     // auto-initialisation due to being on the stack
     Array<MessageLoaderParms*> handleTable;     Array<MessageLoaderParms*> handleTable;


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2