Go to the documentation of this file.
   26 #ifndef __TERRALIB_DATAACCESS_INTERNAL_CONFIG_H 
   27 #define __TERRALIB_DATAACCESS_INTERNAL_CONFIG_H 
   30 #include "../Config.h" 
   42 #define TE_DATAACCESS_MODULE_NAME "te.dataaccess" 
   49 #define TERRALIB_USE_CONNECTION_POOL_MANAGER 1 
   56 #if TERRALIB_USE_CONNECTION_POOL_MANAGER 
   57   #define TERRALIB_AUTOMATICALLY_INITIALIZE_CONNECTION_POOL_MANAGER 1 
   59   #define TERRALIB_AUTOMATICALLY_INITIALIZE_CONNECTION_POOL_MANAGER 0 
   67 #define TERRALIB_POOL_DEFAULT_MONITORING_TIME 60 
   88     #pragma warning( disable : 4251 4127) 
   89     #pragma warning( disable : 4275 ) 
   92   #ifdef TEDATAACCESSSTATIC 
   93     #define TEDATAACCESSEXPORT                          // Don't need to export/import... it is a static library 
   95     #define TEDATAACCESSEXPORT  __declspec(dllexport)   // export DLL information 
   97     #define TEDATAACCESSEXPORT  __declspec(dllimport)   // import DLL information 
  100   #define TEDATAACCESSEXPORT 
  105 #endif  // __TERRALIB_DATAACCESS_INTERNAL_CONFIG_H