45   return m_plugin->getInfo();
 
   50   return m_plugin->isStarted();
 
The basic information about a plugin. 
 
const PluginInfo & getInfo() const 
Forward the info retrieval to the real plugin. 
 
A proxy class for C++ plugins. 
 
A base class for plugin types. 
 
~CppPluginProxy()
Destructor. 
 
void shutdown()
Forward the shutdown to the real plugin. 
 
bool isStarted() const 
Forward the info retrieval to the real plugin. 
 
boost::shared_ptr< Library > LibraryPtr
 
void startup()
Forward the startup to the real plugin . 
 
A base class for plugin types. 
 
CppPluginProxy(const te::common::LibraryPtr &lib, Plugin *plugin)
Construct a proxy for the real C++ plugin.