summaryrefslogtreecommitdiff
path: root/cpp/src/qmf/ConsoleSessionImpl.h
diff options
context:
space:
mode:
authorTed Ross <tross@apache.org>2011-02-04 05:19:43 +0000
committerTed Ross <tross@apache.org>2011-02-04 05:19:43 +0000
commitc3e46a1299409886c24a11b72ddbbd44a1593bb3 (patch)
tree9e0c9594c3dd35145e42c67229387dc8ec86763b /cpp/src/qmf/ConsoleSessionImpl.h
parentb43bdbc0002b0d24b5efa3c595b7e989380bfab3 (diff)
downloadqpid-python-c3e46a1299409886c24a11b72ddbbd44a1593bb3.tar.gz
Fixed typos in the documentation text.
Fixed bug in the propagation of exceptions in query-processing. Added user-id to messages sent by the console. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1067087 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qmf/ConsoleSessionImpl.h')
-rw-r--r--cpp/src/qmf/ConsoleSessionImpl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/qmf/ConsoleSessionImpl.h b/cpp/src/qmf/ConsoleSessionImpl.h
index 675c8bcfb5..e495c1c1e8 100644
--- a/cpp/src/qmf/ConsoleSessionImpl.h
+++ b/cpp/src/qmf/ConsoleSessionImpl.h
@@ -72,6 +72,7 @@ namespace qmf {
qpid::messaging::Sender directSender;
qpid::messaging::Sender topicSender;
std::string domain;
+ std::string authUser;
uint32_t maxAgentAgeMinutes;
bool listenOnDirect;
bool strictSecurity;