Go to the documentation of this file.
   26 #ifndef __TERRALIB_STATISTICS_CORE_INTERNAL_CONFIG_H 
   27 #define __TERRALIB_STATISTICS_CORE_INTERNAL_CONFIG_H 
   30 #include "../../Config.h" 
   32 #define TE_STATISTICS_MODULE_NAME "te.stat" 
   44 #define TE_STATISTICS_TEXT_DOMAIN "testat" 
   51 #define TE_STATISTICS_TEXT_DOMAIN_DIR "locale" 
   58 #define TR_STATISTICS(message) TR(message, TE_STATISTICS_TEXT_DOMAIN) 
   65 #define TR_PLURAL_STATISTICS(message1, message2, n) TR_PLURAL(TE_STATISTICS_TEXT_DOMAIN, message1, message2, n) 
   86     #pragma warning( disable : 4251 ) 
   92     #define TESTATEXPORT                        // Don't need to export/import... it is a static library 
   94     #define TESTATEXPORT  __declspec(dllexport)   // export DLL information 
   96     #define TESTATEXPORT  __declspec(dllimport)   // import DLL information 
  104 #endif  // __TERRALIB_STATISTICS_CORE_INTERNAL_CONFIG_H