Go to the documentation of this file.
   26 #ifndef __TERRALIB_IDL_INTERNAL_CONFIG_H 
   27 #define __TERRALIB_IDL_INTERNAL_CONFIG_H 
   30 #include "../Config.h" 
   32 #define TE_IDL_MODULE_NAME "te.idl" 
   44 #define TE_IDL_TEXT_DOMAIN "teidl" 
   51 #define TE_IDL_TEXT_DOMAIN_DIR "locale" 
   58 #define TR_IDL(message) TR(message, TE_IDL_TEXT_DOMAIN) 
   72 #if TE_PLATFORM == TE_PLATFORMCODE_MSWINDOWS 
   74   #if TE_COMPILER == TE_COMPILERCODE_VCPLUSPLUS 
   75     #pragma warning( disable : 4251 ) 
   79     #define TEIDLEXPORT  __declspec(dllexport)   // export DLL information 
   81     #define TEIDLEXPORT  __declspec(dllimport)   // import DLL information 
   89 #endif  // __TERRALIB_IDL_INTERNAL_CONFIG_H