MeVisLabToolboxReference
MeVisLab/Standard/Sources/Shared/MLItemModel/MLItemModelSystem.h
Go to the documentation of this file.
00001 // **InsertLicense** code
00002 //--------------------------------------------------------------------------------------
00004 
00009 //====================================================
00010 #ifndef __mlItemModelSystem_H
00011 #define __mlItemModelSystem_H
00012 
00013 #ifndef __mlUtilsSystem_H
00014 #include "mlUtilsSystem.h"
00015 #endif
00016 
00017 #ifdef MLITEMMODEL_EXPORTS
00018 #define MLITEMMODEL_EXPORT ML_LIBRARY_EXPORT_ATTRIBUTE
00019 #else
00020 #define MLITEMMODEL_EXPORT ML_LIBRARY_IMPORT_ATTRIBUTE
00021 #endif
00022 
00023 #endif  // __mlItemModelSystem_H