Go to the documentation of this file.
   26 #ifndef __TERRALIB_ST_INTERNAL_CONFIG_H 
   27 #define __TERRALIB_ST_INTERNAL_CONFIG_H 
   29 #include "../Config.h" 
   36 #define TE_ST_MODULE_NAME "te.st" 
   43 #define TE_ST_DATALOADER_FROM_DS "STDATALOADERFROMDS" 
   50 #define TE_ST_DATALOADER_FROM_MEMDS "STDATALOADERFROMMEMDS" 
   57 #define TE_STMEMORY_DATASOURCE_ID "STMEMORYDS" 
   76     #pragma warning( disable : 4127 ) 
   77     #pragma warning( disable : 4251 ) 
   78     #pragma warning( disable : 4275 ) 
   83     #define TESTEXPORT                          // Don't need to export/import... it is a static library 
   85     #define TESTEXPORT  __declspec(dllexport)   // export DLL information 
   87     #define TESTEXPORT  __declspec(dllimport)   // import DLL information 
   95 #endif  // __TERRALIB_ST_INTERNAL_CONFIG_H