summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/acl/Acl.h
diff options
context:
space:
mode:
authorCharles E. Rolke <chug@apache.org>2012-03-01 15:25:33 +0000
committerCharles E. Rolke <chug@apache.org>2012-03-01 15:25:33 +0000
commita2cfd7de28cc3deae1481c7018c162fed2c3eef6 (patch)
tree7c2d45ef4244546fbb27dd9bda32d29b6774c5ef /cpp/src/qpid/acl/Acl.h
parent5e47b4c0bd930bd3d672290a04f7b38fb98283be (diff)
downloadqpid-python-QPID-3799-acl.tar.gz
QPID-3799-acl acl fixup - whitespaceQPID-3799-acl
git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/QPID-3799-acl@1295616 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/acl/Acl.h')
-rw-r--r--cpp/src/qpid/acl/Acl.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/cpp/src/qpid/acl/Acl.h b/cpp/src/qpid/acl/Acl.h
index 74b0872f11..cc90fa4097 100644
--- a/cpp/src/qpid/acl/Acl.h
+++ b/cpp/src/qpid/acl/Acl.h
@@ -56,15 +56,15 @@ private:
boost::shared_ptr<AclData> data;
qmf::org::apache::qpid::acl::Acl* mgmtObject; // mgnt owns lifecycle
qpid::management::ManagementAgent* agent;
- mutable qpid::sys::Mutex dataLock;
+ mutable qpid::sys::Mutex dataLock;
public:
Acl (AclValues& av, broker::Broker& b);
void initialize();
-
+
inline virtual bool doTransferAcl() {return transferAcl;};
-
+
// create specilied authorise methods for cases that need faster matching as needed.
virtual bool authorise(
const std::string& id,