4 #ifndef FIRE_PLUGIN_DATA_PLUGININFO_HPP_INCLUDED
5 #define FIRE_PLUGIN_DATA_PLUGININFO_HPP_INCLUDED
7 #include <boost/shared_ptr.hpp>
12 #include "fire/gis/export.hpp"
30 virtual std::string getNamespace()
const = 0;
36 virtual std::string getVendor()
const = 0;
42 virtual std::string getVersion()
const = 0;
Informazioni sul plugin attivo.
Definition: PluginInfo.hpp:19
boost::shared_ptr< PluginInfo > PluginInfoShp
Definizione di puntatore condiviso a PluginInfo.
Definition: PluginInfo.hpp:24