26 #ifndef __TERRALIB_SQLITE_INTERNAL_MODULE_H 
   27 #define __TERRALIB_SQLITE_INTERNAL_MODULE_H 
   30 #include "../plugin/Plugin.h" 
   52 #define TESQLITEEXPORT  __declspec(dllexport) 
   56 #endif  // __TERRALIB_SQLITE_INTERNAL_MODULE_H 
void startup()
Do nothing! Just set plugin as started. 
 
PLUGIN_CALL_BACK_DECLARATION(TEADOEXPORT)
 
Module(const te::plugin::PluginInfo &pluginInfo)
 
A base class for plugin types. 
 
void shutdown()
Do nothing! Just set plugin as stopped. 
 
The basic information about a plugin.