1 #ifndef COMPONENT_MANAGER_POOL_SIMPLE_HPP
2 #define COMPONENT_MANAGER_POOL_SIMPLE_HPP
4 #include <Poco/SharedPtr.h>
5 #include <Poco/Mutex.h>
6 #include <Poco/ThreadPool.h>
23 virtual void addManager(
ComponentType componentType, Poco::SharedPtr<ComponentManager> cManagerPtr,
bool _useCommonPool) {};
25 typedef std::map<ComponentType, Poco::SharedPtr<ComponentBase> >::iterator
ComponentIterator;
30 virtual Poco::SharedPtr<TaskWaitObject>
addInData(Poco::SharedPtr<DataBase> inData);