From 95d12bc60580be2acf85af1ec8cb13ed46ddc7a9 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Wed, 18 Jan 2012 22:07:58 +0000 Subject: 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 --- cpp/src/qpid/cluster/UpdateClient.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src/qpid/cluster/UpdateClient.cpp') 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 ); -- cgit v1.2.1