diff options
Diffstat (limited to 'cpp/src/qpid/broker/SemanticHandler.h')
-rw-r--r-- | cpp/src/qpid/broker/SemanticHandler.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/cpp/src/qpid/broker/SemanticHandler.h b/cpp/src/qpid/broker/SemanticHandler.h index 6748da8500..672c6ad929 100644 --- a/cpp/src/qpid/broker/SemanticHandler.h +++ b/cpp/src/qpid/broker/SemanticHandler.h @@ -79,8 +79,11 @@ public: void handle(framing::AMQFrame& frame); //execution class method handlers: - void complete(uint32_t cumulativeExecutionMark, framing::SequenceNumberSet range); + void complete(uint32_t cumulativeExecutionMark, const framing::SequenceNumberSet& range); void flush(); + void noop(); + void result(uint32_t command, const std::string& data); + void sync(); }; }} |