summaryrefslogtreecommitdiff
path: root/qpid/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
commiteaa84eeb11e11c41da59844675b13ef1a7aaf198 (patch)
tree24bd60d18764f821920c743bbf9f55972ad6889a /qpid/cpp/src/qmf/ConsoleSessionImpl.h
parent4c70dbb3985c54e35fdf722afafcb2456f8b0232 (diff)
downloadqpid-python-eaa84eeb11e11c41da59844675b13ef1a7aaf198.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@1067087 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/qmf/ConsoleSessionImpl.h')
-rw-r--r--qpid/cpp/src/qmf/ConsoleSessionImpl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/qpid/cpp/src/qmf/ConsoleSessionImpl.h b/qpid/cpp/src/qmf/ConsoleSessionImpl.h
index 675c8bcfb5..e495c1c1e8 100644
--- a/qpid/cpp/src/qmf/ConsoleSessionImpl.h
+++ b/qpid/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;