27 #include "../core/logger/Logger.h" 28 #include "../core/translator/Translator.h" 29 #include "../dataaccess/datasource/DataSourceManager.h" 36 :
te::plugin::CppPlugin(pluginInfo)
#define TE_GRIB_TEXT_DOMAIN
It contains the name of the text domain used in the translation of messages in TerraLib MyDriver driv...
static void initialize()
It initializes the factory: the singleton instance will be registered in the abstract factory DataSou...
#define TE_GRIB_TEXT_DOMAIN_DIR
It contains the translation catalog directory.
#define TE_ADD_TEXT_DOMAIN(domain, dir)
It adds the given text domain and its directory to the multilingual system.
static void finalize()
It finalizes the factory: the singleton instance will be destroyed and will be unregistered from the ...
#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...
The basic information about a plugin.