From a2cfd7de28cc3deae1481c7018c162fed2c3eef6 Mon Sep 17 00:00:00 2001 From: "Charles E. Rolke" Date: Thu, 1 Mar 2012 15:25:33 +0000 Subject: QPID-3799-acl acl fixup - whitespace git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/QPID-3799-acl@1295616 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/acl/Acl.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cpp/src/qpid/acl/Acl.h') 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 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, -- cgit v1.2.1