From c3e46a1299409886c24a11b72ddbbd44a1593bb3 Mon Sep 17 00:00:00 2001 From: Ted Ross Date: Fri, 4 Feb 2011 05:19:43 +0000 Subject: 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 --- cpp/src/qmf/ConsoleSessionImpl.h | 1 + 1 file changed, 1 insertion(+) (limited to 'cpp/src/qmf/ConsoleSessionImpl.h') 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; -- cgit v1.2.1