SockIt
Classes | Functions

Factory.cpp File Reference

#include "FactoryBase.h"
#include "SockIt.h"
#include <boost/make_shared.hpp>

Go to the source code of this file.

Classes

class  PluginFactory

Functions

FB::FactoryBasePtr getFactoryInstance ()
 Returns the factory instance for this plugin module.

Function Documentation

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;
}
 All Classes Files Functions Variables Typedefs Friends Defines