SockIt
|
Go to the source code of this file.
Classes | |
class | PluginFactory |
Functions | |
FB::FactoryBasePtr | getFactoryInstance () |
Returns the factory instance for this plugin module. |
getFactoryInstance | ( | ) |
Returns the factory instance for this plugin module.
Definition at line 54 of file Factory.cpp.
{ static boost::shared_ptr<PluginFactory> factory = boost::make_shared<PluginFactory>(); return factory; }