28#ifndef __TERRALIB_OGC_WMS_INTERNAL_MODULE_H
29#define __TERRALIB_OGC_WMS_INTERNAL_MODULE_H
A base class for C++ plugins in TerraLib.
The base class for C++ plugins.
void startup()
This method will be called by TerraLib to startup some plugin's functionality.
Module(const te::core::PluginInfo &pluginInfo)
Plugin constructor.
void shutdown()
This method will be called by TerraLib to shutdown plugin's functionality.
Basic information about a plugin.
Configuration flags for the Terrralib WS OGC WMS DATA ACCESS module.
#define TEOGCWMSDATAACCESSEXPORT
You can use this macro in order to export/import classes and functions from this module.