Go to the documentation of this file.
   26 #ifndef __TERRALIB_WFS_INTERNAL_CONFIG_H 
   27 #define __TERRALIB_WFS_INTERNAL_CONFIG_H 
   30 #include "../Config.h" 
   32 #define TE_WFS_MODULE_NAME "te.wfs" 
   39 #define TE_WFS_DRIVER_IDENTIFIER "WFS" 
   51 #define TE_WFS_TEXT_DOMAIN "tewfs" 
   58 #define TE_WFS_TEXT_DOMAIN_DIR "locale" 
   65 #define TR_WFS(message) TR(message, TE_WFS_TEXT_DOMAIN) 
   72 #define TR_WFS_PLURAL(message1, message2, n) TR_PLURAL(TE_WFS_TEXT_DOMAIN, message1, message2, n) 
   94     #pragma warning( disable : 4251 ) 
   95     #pragma warning( disable : 4275 ) 
   96     #pragma warning( disable : 4290 ) 
  100     #define TEWFSEXPORT                          // Don't need to export/import... it is a static library 
  102     #define TEWFSEXPORT  __declspec(dllexport)   // export DLL information 
  104     #define TEWFSEXPORT  __declspec(dllimport)   // import DLL information 
  112 #endif  // __TERRALIB_WFS_INTERNAL_CONFIG_H