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
SupportNotifierIf.hpp
Go to the documentation of this file.
1
15
#ifndef SUPPORTNOTIFIERIF_HPP_
16
#define SUPPORTNOTIFIERIF_HPP_
17
18
#include "
ReducingInputMessage.hpp
"
19
#include "
Exceptions.hpp
"
20
#include <Poco/SharedPtr.h>
21
22
namespace
HCE{
23
namespace
reduce{
24
25
class
SupportNotifierIf
{
26
public
:
27
virtual
~SupportNotifierIf
(){}
28
29
virtual
void
notifyWrongJSONStructure
(
unsigned
long
long
itemId,
30
const
Poco::SharedPtr<reduce_types::ReducingInputMessage>& reducingInputMessage) = 0;
31
32
virtual
void
notifyNotFoundItemException
(
const
NotFoundByKeyException
& e) = 0;
33
};
34
35
}
36
}
37
38
#endif
sources
reduceHandler
src
SupportNotifierIf.hpp
Generated on Mon Jan 13 2014 13:08:38 for HCE project C++ developers source code library by
1.8.1.2