summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker/Link.h
diff options
context:
space:
mode:
authorGordon Sim <gsim@apache.org>2011-01-17 22:11:35 +0000
committerGordon Sim <gsim@apache.org>2011-01-17 22:11:35 +0000
commit12ee5f96c705084ebc575c6396fd2d2a714176c1 (patch)
tree0ff8473e42c0b08401779269379616bd606cd7aa /cpp/src/qpid/broker/Link.h
parent721229fd334269ed733ccf76cf93ff0e95882514 (diff)
downloadqpid-python-12ee5f96c705084ebc575c6396fd2d2a714176c1.tar.gz
QPID-3006: remove incorrect and unnecessary authorisation check
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1060110 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/broker/Link.h')
-rw-r--r--cpp/src/qpid/broker/Link.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/src/qpid/broker/Link.h b/cpp/src/qpid/broker/Link.h
index bd74fe2a2f..75a680ff5d 100644
--- a/cpp/src/qpid/broker/Link.h
+++ b/cpp/src/qpid/broker/Link.h
@@ -85,7 +85,6 @@ namespace qpid {
void destroy(); // Called when mgmt deletes this link
void ioThreadProcessing(); // Called on connection's IO thread by request
bool tryFailover(); // Called during maintenance visit
- void checkClosePermission(); // ACL check for explict mgmt call to close this link
public:
typedef boost::shared_ptr<Link> shared_ptr;