hce-node application  1.4.3
HCE Hierarchical Cluster Engine node application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
SphinxTaskReducerFactoryIf.hpp
Go to the documentation of this file.
1 
15 #ifndef SPHINXTASKREDUCERFACTORYIF_HPP_
16 #define SPHINXTASKREDUCERFACTORYIF_HPP_
17 
18 #include "SphinxTaskReducerIf.hpp"
20 #include "ReduceTaskCore.hpp"
21 
22 namespace HCE{
23 namespace sphinx{
24 namespace reduce_task{
25 
27 public:
29 
30  virtual Poco::SharedPtr<SphinxTaskReducerIf> create() = 0;
33 };
34 
35 }
36 }
37 }
38 
39 #endif