HCE project C++ developers source code library  1.1.1
HCE project developer library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
TaskReducersManagerFactoryIf.hpp
Go to the documentation of this file.
1 
14 #ifndef TASKREDUCERSMANAGERFACTORYIF_HPP_
15 #define TASKREDUCERSMANAGERFACTORYIF_HPP_
16 
18 #include "MessageType.hpp"
19 #include <Poco/SharedPtr.h>
20 
21 namespace HCE{
22 namespace reduce{
23 
25 public:
27 
28  virtual Poco::SharedPtr<additions::TaskReducersManagerIf> build(types::MessageType managerType) = 0;
29 };
30 
31 }
32 }
33 
34 #endif