26 #ifndef __TERRALIB_COMMON_INTERNAL_ABSTRACTPARAMETERS_H    27 #define __TERRALIB_COMMON_INTERNAL_ABSTRACTPARAMETERS_H    31 #include "../NoExceptDefinition.h"    71 #endif  // __TERRALIB_COMMON_INTERNAL_ABSTRACTPARAMETERS_H Configuration flags for the TerraLib Common Runtime module. 
 
#define TECOMMONEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
Abstract parameters base interface. 
 
This class is designed to declare objects to be thrown as exceptions by TerraLib. ...