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
TaskReducersManagerFactoryIf.hpp
Go to the documentation of this file.
1
14
#ifndef TASKREDUCERSMANAGERFACTORYIF_HPP_
15
#define TASKREDUCERSMANAGERFACTORYIF_HPP_
16
17
#include "
TaskReducersManagerIf.hpp
"
18
#include "
MessageType.hpp
"
19
#include <Poco/SharedPtr.h>
20
21
namespace
HCE{
22
namespace
reduce{
23
24
class
TaskReducersManagerFactoryIf
{
25
public
:
26
virtual
~TaskReducersManagerFactoryIf
(){}
27
28
virtual
Poco::SharedPtr<additions::TaskReducersManagerIf>
build
(
types::MessageType
managerType) = 0;
29
};
30
31
}
32
}
33
34
#endif
sources
reduceHandler
src
TaskReducersManagerFactoryIf.hpp
Generated on Mon Jan 13 2014 13:08:38 for HCE project C++ developers source code library by
1.8.1.2