27 #include "../../../../common/Config.h" 
   28 #include "../../../../common/Translator.h" 
   29 #include "../../../../common/Logger.h" 
   30 #include "../../../../dataaccess/datasource/DataSourceInfoManager.h" 
   31 #include "../../../widgets/datasource/core/DataSourceTypeManager.h" 
   36   : te::plugin::
Plugin(pluginInfo)
 
   66   m_initialized = 
false;
 
#define TE_LOG_TRACE(msg)
Use this tag in order to log a message to a specified logger with the TRACE level. 
 
Plugin(const te::plugin::PluginInfo &pluginInfo)
 
void shutdown()
Do nothing! Just set plugin as stopped. 
 
Plugin implementation for the ADO data source widget. 
 
#define TE_TR(message)
It marks a string in order to get translated. 
 
#define PLUGIN_CALL_BACK_IMPL(PLUGIN_CLASS_NAME)
This macro should be used by C++ plugins in order to declare the exportable/callable DLL function...
 
static DataSourceTypeManager & getInstance()
It returns a reference to the singleton instance. 
 
The basic information about a plugin. 
 
~Plugin()
Virtual destructor. 
 
void startup()
Do nothing! Just set plugin as started.