MeVisLabToolboxReference
MeVis/Foundation/Sources/DicomTree/MLDicomTree/DCMTree_DLL_Init.h
Go to the documentation of this file.
00001 // **InsertLicense** code
00002 //----------------------------------------------------------------------------------
00004 
00009 //----------------------------------------------------------------------------------
00010 
00011 #ifndef __DCMTREE_DLL_INIT_H
00012 #define __DCMTREE_DLL_INIT_H
00013 
00014 
00015 namespace DCMTree {
00016 
00019     class DLLInit {
00020 
00021     private:    
00024         DLLInit();
00025 
00026     public:    
00028         virtual ~DLLInit();
00029 
00030     private:
00032         static DLLInit _dllInit;
00033     };
00034 }
00035 
00036 #endif // __DCMTREE_OFFIS_DLL_INIT_H