hce-node application
1.4.3
HCE Hierarchical Cluster Engine node application
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
utils
HCECSM
src
ComponentsManagerFactory.hpp
Generated on Tue Jun 30 2015 19:42:13 for hce-node application by
1.8.1.2