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 ) 
   83     #define TESTEXPORT  __declspec(dllexport)    
   85     #define TESTEXPORT  __declspec(dllimport)