diff options
| author | Kim van der Riet <kpvdr@apache.org> | 2012-06-08 18:44:40 +0000 |
|---|---|---|
| committer | Kim van der Riet <kpvdr@apache.org> | 2012-06-08 18:44:40 +0000 |
| commit | 4ca527d39453bcd49374c23ec01a4eacf615b650 (patch) | |
| tree | a08f4ee3848aebe405ec05fbb6b1c696b136b5b1 /cpp/src/qpid/broker/EnqueueHandle.cpp | |
| parent | 56094d9861141097e107a71dac4c808e0aca9c5f (diff) | |
| download | qpid-python-4ca527d39453bcd49374c23ec01a4eacf615b650.tar.gz | |
QPID-3858: WIP - tidy-up: protected to private in classes except where required
git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/asyncstore@1348186 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/broker/EnqueueHandle.cpp')
| -rw-r--r-- | cpp/src/qpid/broker/EnqueueHandle.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/qpid/broker/EnqueueHandle.cpp b/cpp/src/qpid/broker/EnqueueHandle.cpp index 10d53c51e0..3b8e2d5b30 100644 --- a/cpp/src/qpid/broker/EnqueueHandle.cpp +++ b/cpp/src/qpid/broker/EnqueueHandle.cpp @@ -31,6 +31,7 @@ namespace broker { typedef qpid::messaging::PrivateImplRef<EnqueueHandle> PrivateImpl; EnqueueHandle::EnqueueHandle(qpid::asyncStore::EnqueueHandleImpl* p) : + qpid::messaging::Handle<qpid::asyncStore::EnqueueHandleImpl>(), IdHandle() { PrivateImpl::ctor(*this, p); |
