HCE project C++ developers source code library
1.1.1
HCE project developer library
Main Page
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
ComponentsManagerFactory.hpp
Go to the documentation of this file.
1
#ifndef COMPONENTS_MANAGER_FACTORY_HPP
2
#define COMPONENTS_MANAGER_FACTORY_HPP
3
4
#include <Poco/DynamicFactory.h>
5
#include <string>
6
7
#include "
ComponentManager.hpp
"
8
9
namespace
HCE
10
{
11
class
ComponentsManagerFactory
:
public
Poco::DynamicFactory<ComponentManager>
12
{
13
public
:
14
ComponentsManagerFactory
() : Poco::DynamicFactory<
ComponentManager
>() {};
15
ComponentManager
*
createInstance
(
const
std::string &name) {
return
Poco::DynamicFactory<ComponentManager>::createInstance
(name);}
16
~ComponentsManagerFactory
() {};
17
};
18
}
19
20
#endif
sources
HCECSM
src
ComponentsManagerFactory.hpp
Generated on Mon Jan 13 2014 13:08:37 for HCE project C++ developers source code library by
1.8.1.2