ML Reference
MeVis/Foundation/Sources/ML/include/mlCarrierTypes.h
Go to the documentation of this file.
00001 // **InsertLicense** code
00002 //-------------------------------------------------------------------------
00009 //-------------------------------------------------------------------------
00010 
00011 //--------------------------------------------------------------------------------
00014 //--------------------------------------------------------------------------------
00015 
00016 #ifndef __mlCarrierTypes_H
00017 #define __mlCarrierTypes_H
00018 
00019 #ifndef __mlInitSystemML_H
00020 #include "mlInitSystemML.h"
00021 #endif
00022 
00023 //----------------------------------------------------------------------------------
00024 //
00025 //      compatibility macros
00026 //
00027 //----------------------------------------------------------------------------------
00028 
00029 #define MLCarrierForType(TYPE)   TYPE
00030 #define MLCarrierInForType(TYPE) TYPE
00031 
00032 
00033 //-------------------------------------------------------------------------
00036 //-------------------------------------------------------------------------
00037 MLEXPORT void _MLTypeError(const char *errStr, const char * handling);
00038 
00039 #endif // of __mlCarrierTypes_H
00040 
00041