26 #ifndef __TERRALIB_WCS_INTERNAL_MODULE_H    27 #define __TERRALIB_WCS_INTERNAL_MODULE_H    30 #include "../plugin/Plugin.h"    85 #endif  // __TERRALIB_WCS_INTERNAL_MODULE_H #define TEWCSEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
void shutdown()
This method will be called by TerraLib to shutdown plugin's functionality. 
 
PLUGIN_CALL_BACK_DECLARATION(TEADOEXPORT)
 
Module(const te::plugin::PluginInfo &pluginInfo)
Plugin constructor. 
 
void startup()
This method will be called by TerraLib to startup some plugin's functionality. 
 
Configuration flags for the TerraLib WCS module. 
 
A base class for plugin types. 
 
The basic information about a plugin.