diff options
| author | Ted Ross <tross@apache.org> | 2011-02-11 04:14:59 +0000 |
|---|---|---|
| committer | Ted Ross <tross@apache.org> | 2011-02-11 04:14:59 +0000 |
| commit | 5553656cbf6bdaf05b936a28b624f27579805fad (patch) | |
| tree | 1930c2f831c63c2a89297e104516907747765f56 /cpp/src/qmf/ConsoleSessionImpl.h | |
| parent | 0d9ae0abe864d1f4f13977b1a351b5c1c61eeb5e (diff) | |
| download | qpid-python-5553656cbf6bdaf05b936a28b624f27579805fad.tar.gz | |
QPID-3046 - Refactored so that Connection::getAuthenticatedUsername is consulted each time
a sent message is annotated with the user-id.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1069673 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qmf/ConsoleSessionImpl.h')
| -rw-r--r-- | cpp/src/qmf/ConsoleSessionImpl.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/src/qmf/ConsoleSessionImpl.h b/cpp/src/qmf/ConsoleSessionImpl.h index e495c1c1e8..675c8bcfb5 100644 --- a/cpp/src/qmf/ConsoleSessionImpl.h +++ b/cpp/src/qmf/ConsoleSessionImpl.h @@ -72,7 +72,6 @@ namespace qmf { qpid::messaging::Sender directSender; qpid::messaging::Sender topicSender; std::string domain; - std::string authUser; uint32_t maxAgentAgeMinutes; bool listenOnDirect; bool strictSecurity; |
