26 #ifndef __TERRALIB_BINDING_V8_PLUGIN_INTERNAL_MODULE_H 27 #define __TERRALIB_BINDING_V8_PLUGIN_INTERNAL_MODULE_H 30 #include "../../../plugin/Plugin.h" 73 void startup()
throw(...) ;
82 void shutdown()
throw(...) ;
95 #endif // __TERRALIB_BINDING_V8_PLUGIN_INTERNAL_MODULE_H
#define TEV8PLUGINEXPORT
You can use this macro in order to export/import classes and functions from this module.
bool m_initialized
A flag that indicates if the V8 Plugin module is initialized or not.
A base class for plugin types.
An utility class to initialize and terminate TerraLib's Google JavaScript V8 engine module...
PLUGIN_CALL_BACK_DECLARATION(TEV8PLUGINEXPORT)
The basic information about a plugin.