Go to the documentation of this file.
   28 #ifndef __TERRALIB_WS_OGC_WCS_CLIENT_CONFIG_H 
   29 #define __TERRALIB_WS_OGC_WCS_CLIENT_CONFIG_H 
   49     #pragma warning( disable : 4251 ) 
   50     #pragma warning( disable : 4275 ) 
   51     #pragma warning( disable : 4290 ) 
   55     #define TEOGCWCSEXPORT                          // Don't need to export/import... it is a static library 
   56   #elif TEWSWCSCLIENTDLL 
   57     #define TEOGCWCSEXPORT  __declspec(dllexport)   // export DLL information 
   59     #define TEOGCWCSEXPORT  __declspec(dllimport)   // import DLL information 
   62   #define TEOGCWCSEXPORT 
   67 #endif // __TERRALIB_WS_OGC_WCS_CLIENT_CONFIG_H