diff options
| author | Alan Conway <aconway@apache.org> | 2012-01-18 22:07:58 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2012-01-18 22:07:58 +0000 |
| commit | 95d12bc60580be2acf85af1ec8cb13ed46ddc7a9 (patch) | |
| tree | 0a9887c89748f5e83a0ff1c4b73bdc3d21200f35 /cpp/src/qpid/cluster/UpdateClient.cpp | |
| parent | 7614a68ecdac345920fc00e4f4117c5b36830de4 (diff) | |
| download | qpid-python-95d12bc60580be2acf85af1ec8cb13ed46ddc7a9.tar.gz | |
QPID-3603: Replace public broker::Consumer::position variable with get/set function pair.
Public member variables are not good sytle.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1233080 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/cluster/UpdateClient.cpp')
| -rw-r--r-- | cpp/src/qpid/cluster/UpdateClient.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/cluster/UpdateClient.cpp b/cpp/src/qpid/cluster/UpdateClient.cpp index 25a3a3327c..95c64ff060 100644 --- a/cpp/src/qpid/cluster/UpdateClient.cpp +++ b/cpp/src/qpid/cluster/UpdateClient.cpp @@ -542,7 +542,7 @@ void UpdateClient::updateConsumer( ci->getTag(), ci->isBlocked(), ci->isNotifyEnabled(), - ci->position, + ci->getPosition(), ci->getCredit().used().messages, ci->getCredit().used().bytes ); |
