Go to the documentation of this file.
   26 #ifndef __TERRALIB_AGG_INTERNAL_CONFIG_H 
   27 #define __TERRALIB_AGG_INTERNAL_CONFIG_H 
   39 #define TE_AGG_TEXT_DOMAIN "teagg" 
   46 #define TE_AGG_TEXT_DOMAIN_DIR "locale" 
   53 #define TR_AGG(message) TR(message, TE_AGG_TEXT_DOMAIN) 
   60 #define TR_PLURAL_AGG(message1, message2, n) TR_PLURAL(TE_AGG_TEXT_DOMAIN, message1, message2, n) 
   78 #define TE_AGG_LOGGER_NAME "te.agg" 
   99     #pragma warning( disable : 4251 ) 
  105     #define TEAGGEXPORT                          // Don't need to export/import... it is a static library 
  107     #define TEAGGEXPORT  __declspec(dllexport)   // export DLL information 
  109     #define TEAGGEXPORT  __declspec(dllimport)   // import DLL information 
  117 #endif  // __TERRALIB_AGG_INTERNAL_CONFIG_H