Go to the documentation of this file.
   28 #ifndef __TERRALIB_COMMON_INTERNAL_CONFIG_H 
   29 #define __TERRALIB_COMMON_INTERNAL_CONFIG_H 
   31 #define TE_COMMON_MODULE_NAME "te.common" 
   33 #define TE_PROTOCOL_DEFAULT_PORTS_FILE "protocol/protocolPorts.txt" 
   53     #pragma warning( disable : 4251 ) 
   54     #pragma warning( disable : 4275 ) 
   55     #pragma warning( disable : 4290 ) 
   59     #define TECOMMONEXPORT                           
   61     #define TECOMMONEXPORT  __declspec(dllexport)    
   63     #define TECOMMONEXPORT  __declspec(dllimport)    
   66   #define TECOMMONEXPORT