From db0f022fbdbec9e377c3fd2c0b1eff67908aa8dc Mon Sep 17 00:00:00 2001 From: Gordon Sim Date: Tue, 27 Nov 2012 15:21:09 +0000 Subject: QPID-4477: make sasl logic a bit smarter, to handle case where we transition input to tunnelled layer while output still has work for sasl git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1414227 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/amqp/Decoder.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'cpp/src/qpid/amqp/Decoder.cpp') diff --git a/cpp/src/qpid/amqp/Decoder.cpp b/cpp/src/qpid/amqp/Decoder.cpp index 4c14c8e4d9..9c577e6c92 100644 --- a/cpp/src/qpid/amqp/Decoder.cpp +++ b/cpp/src/qpid/amqp/Decoder.cpp @@ -540,5 +540,6 @@ CharSequence Decoder::readRawUuid() } size_t Decoder::getPosition() const { return position; } +size_t Decoder::getSize() const { return size; } void Decoder::resetSize(size_t s) { size = s; } }} // namespace qpid::amqp -- cgit v1.2.1