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