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