summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker/SemanticHandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/qpid/broker/SemanticHandler.h')
-rw-r--r--cpp/src/qpid/broker/SemanticHandler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/broker/SemanticHandler.h b/cpp/src/qpid/broker/SemanticHandler.h
index 6003bbec0c..a57559d043 100644
--- a/cpp/src/qpid/broker/SemanticHandler.h
+++ b/cpp/src/qpid/broker/SemanticHandler.h
@@ -60,7 +60,7 @@ public:
void handle(framing::AMQFrame& frame);
//execution class method handlers:
- void complete(u_int32_t cumulativeExecutionMark);
+ void complete(uint32_t cumulativeExecutionMark, uint16_t);
void flush();
};