From 70c76d68446a292499879b2994baf1f6eaa32f99 Mon Sep 17 00:00:00 2001 From: Ted Ross Date: Tue, 20 Oct 2009 15:22:19 +0000 Subject: QPID-2126 - Sync the python QMF bindings to the current Ruby QMF bindings implementation Applied patch from Ken Giusti git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@827686 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qmf/engine/ConnectionSettingsImpl.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'cpp/src/qmf/engine/ConnectionSettingsImpl.cpp') diff --git a/cpp/src/qmf/engine/ConnectionSettingsImpl.cpp b/cpp/src/qmf/engine/ConnectionSettingsImpl.cpp index 2cd6af10f8..22a65f28ca 100644 --- a/cpp/src/qmf/engine/ConnectionSettingsImpl.cpp +++ b/cpp/src/qmf/engine/ConnectionSettingsImpl.cpp @@ -185,6 +185,11 @@ Value ConnectionSettingsImpl::getAttr(const string& key) const return intval; } + if (key == attrSendUserId) { + boolval.setBool(sendUserId); + return boolval; + } + return strval; } -- cgit v1.2.1