diff options
| author | Gordon Sim <gsim@apache.org> | 2012-11-27 15:21:09 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2012-11-27 15:21:09 +0000 |
| commit | db0f022fbdbec9e377c3fd2c0b1eff67908aa8dc (patch) | |
| tree | b3f7a648cf611c1ec95b7fbe557c4fc7fe7801ca /cpp/src/qpid/amqp/Decoder.cpp | |
| parent | b14e4d0b6b637c041e9be784f61b56de1715d379 (diff) | |
| download | qpid-python-db0f022fbdbec9e377c3fd2c0b1eff67908aa8dc.tar.gz | |
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
Diffstat (limited to 'cpp/src/qpid/amqp/Decoder.cpp')
| -rw-r--r-- | cpp/src/qpid/amqp/Decoder.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
