Go to the documentation of this file.
   26 #ifndef __TERRALIB_ST_INTERNAL_CONFIG_H 
   27 #define __TERRALIB_ST_INTERNAL_CONFIG_H 
   34 #define TE_ST_MODULE_NAME "te.st" 
   41 #define TE_ST_DATALOADER_FROM_DS "STDATALOADERFROMDS" 
   48 #define TE_ST_DATALOADER_FROM_MEMDS "STDATALOADERFROMMEMDS" 
   55 #define TE_STMEMORY_DATASOURCE_ID "STMEMORYDS" 
   74     #pragma warning( disable : 4127 ) 
   75     #pragma warning( disable : 4251 ) 
   76     #pragma warning( disable : 4275 ) 
   81     #define TESTEXPORT                          // Don't need to export/import... it is a static library 
   83     #define TESTEXPORT  __declspec(dllexport)   // export DLL information 
   85     #define TESTEXPORT  __declspec(dllimport)   // import DLL information 
   93 #endif  // __TERRALIB_ST_INTERNAL_CONFIG_H