diff options
| author | Charles E. Rolke <chug@apache.org> | 2012-10-17 15:36:05 +0000 |
|---|---|---|
| committer | Charles E. Rolke <chug@apache.org> | 2012-10-17 15:36:05 +0000 |
| commit | 124f1897eaf696caec448394e5769fe2c0b8d82a (patch) | |
| tree | 889ac9fa286a550e21d2f8e4bc609ce7b854b001 /cpp/src/qpid/broker/AclModule.h | |
| parent | 1fa6c1b8e6a0cd2afafe20193b7277ceff230e18 (diff) | |
| download | qpid-python-124f1897eaf696caec448394e5769fe2c0b8d82a.tar.gz | |
QPID-4373 fix ambiguous CLI args; restore C++ broker schema property
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1399311 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/broker/AclModule.h')
| -rw-r--r-- | cpp/src/qpid/broker/AclModule.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/src/qpid/broker/AclModule.h b/cpp/src/qpid/broker/AclModule.h index d8b80fc39c..c01697ace9 100644 --- a/cpp/src/qpid/broker/AclModule.h +++ b/cpp/src/qpid/broker/AclModule.h @@ -132,6 +132,8 @@ namespace broker { // doTransferAcl pervents time consuming ACL calls on a per-message basis. virtual bool doTransferAcl()=0; + virtual uint16_t getMaxConnectTotal()=0; + virtual bool authorise( const std::string& id, const acl::Action& action, |
