MeVisLabToolboxReference
MeVis/Foundation/Sources/MLBackgroundTasks/MLBackgroundTasksSystem.h
Go to the documentation of this file.
00001 // **InsertLicense** code
00002 //----------------------------------------------------------------------------------
00004 
00009 //----------------------------------------------------------------------------------
00010 
00011 
00012 #ifndef __MLBackgroundTasksSystem_H
00013 #define __MLBackgroundTasksSystem_H
00014 
00015 
00016 // DLL export macro definition
00017 #ifdef MLBACKGROUNDTASKS_EXPORTS
00018   // Use the MLBACKGROUNDTASKS_EXPORT macro to export classes and functions
00019   #define MLBACKGROUNDTASKS_EXPORT ML_LIBRARY_EXPORT_ATTRIBUTE
00020 #else
00021   // If included by external modules, exported symbols are declared as import symbols
00022   #define MLBACKGROUNDTASKS_EXPORT ML_LIBRARY_IMPORT_ATTRIBUTE
00023 #endif
00024 
00025 // to get ML_START_NAMESPACE etc.
00026 #include "mlInitSystemML.h"
00027 
00028 #endif // __MLBackgroundTasksSystem_H
00029 
00030