diff options
author | Charles E. Rolke <chug@apache.org> | 2012-09-07 20:24:43 +0000 |
---|---|---|
committer | Charles E. Rolke <chug@apache.org> | 2012-09-07 20:24:43 +0000 |
commit | 4ea8b46602b10fcaf817378daa7254f959d633cf (patch) | |
tree | 3d7ff5da997148ec1fbecc37d7048cbb5f3bbd1a /cpp/src/qpid/acl/Acl.cpp | |
parent | 1e49b9a6e59c9a767cbd573a54656fba2e4329dd (diff) | |
download | qpid-python-4ea8b46602b10fcaf817378daa7254f959d633cf.tar.gz |
QPID-4142 C++ Broker connection counting. Revert r1371772 which applied only to 0.18 and is obsolete on trunk.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1382155 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/acl/Acl.cpp')
-rw-r--r-- | cpp/src/qpid/acl/Acl.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/cpp/src/qpid/acl/Acl.cpp b/cpp/src/qpid/acl/Acl.cpp index 6eeda9f26c..cd79add720 100644 --- a/cpp/src/qpid/acl/Acl.cpp +++ b/cpp/src/qpid/acl/Acl.cpp @@ -141,13 +141,6 @@ bool Acl::approveConnection(const qpid::broker::Connection& conn) return connectionCounter->approveConnection(conn); } - -void Acl::setUserId(const qpid::broker::Connection& connection, const std::string& username) -{ - connectionCounter->setUserId(connection, username); -} - - bool Acl::approveCreateQueue(const std::string& userId, const std::string& queueName) { return resourceCounter->approveCreateQueue(userId, queueName); |