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
ReducingOutputMessageBuilderIf.hpp
Go to the documentation of this file.
1
15
#ifndef REDUCINGOUTPUTMESSAGEBUILDERIF_HPP_
16
#define REDUCINGOUTPUTMESSAGEBUILDERIF_HPP_
17
18
#include "
ReducingOutputMessage.hpp
"
19
#include <Poco/SharedPtr.h>
20
#include "
Exceptions.hpp
"
21
#include <string>
22
23
namespace
HCE{
24
namespace
reduce{
25
26
class
ReducingOutputMessageBuilderIf
{
27
public
:
28
virtual
~ReducingOutputMessageBuilderIf
(){}
29
30
virtual
Poco::SharedPtr<reduce_types::ReducingOutputMessage>
31
build
(
const
types::MessageType
& msgType,
32
const
int
ttl,
const
std::string& json) = 0;
33
virtual
Poco::SharedPtr<reduce_types::ReducingOutputMessage>
34
build
(
const
NotFoundByKeyException
& e) = 0;
35
};
36
37
}
38
}
39
40
#endif
sources
reduceHandler
src
ReducingOutputMessageBuilderIf.hpp
Generated on Mon Jan 13 2014 13:08:37 for HCE project C++ developers source code library by
1.8.1.2