MeVisLabToolboxReference
MeVis/Foundation/Sources/MLProfilingManager/Include/mlProfilingManagerDllExport.h
Go to the documentation of this file.
00001 // **InsertLicense** code
00002 //----------------------------------------------------------------------------------
00003 // Export macro for dlls.
00004 //
00005 // \file    mlProfilingManagerDllExport.h
00006 // \author  Marcus Barann
00007 // \date    7/2009
00008 //
00009 //----------------------------------------------------------------------------------
00010 
00011 #ifndef MLPROFILINGMANAGER_EXPORT_H_INCLUDED
00012 #define MLPROFILINGMANAGER_EXPORT_H_INCLUDED
00013 
00014 #ifdef MLPROFILINGMANAGER_EXPORTS
00015   #define MLPROFILINGMANAGER_EXPORT ML_LIBRARY_EXPORT_ATTRIBUTE
00016 #else
00017   #define MLPROFILINGMANAGER_EXPORT ML_LIBRARY_IMPORT_ATTRIBUTE
00018 #endif
00019 
00020 #endif // MLPROFILINGMANAGER_EXPORT_H_INCLUDED