19 #ifndef MIR_REPORT_NULL_MESSAGE_PROCESSOR_REPORT_H_
20 #define MIR_REPORT_NULL_MESSAGE_PROCESSOR_REPORT_H_
32 void received_invocation(
void const*,
int, std::string
const&);
34 void completed_invocation(
void const*,
int,
bool);
36 void unknown_method(
void const*,
int, std::string
const&);
38 void exception_handled(
void const*,
int, std::exception
const&);
40 void exception_handled(
void const*, std::exception
const&);
input_rectangles report(report)
Definition: message_processor_report.h:32
Definition: message_processor_report.h:30