diff options
| author | Kim van der Riet <kpvdr@apache.org> | 2012-06-08 14:59:04 +0000 |
|---|---|---|
| committer | Kim van der Riet <kpvdr@apache.org> | 2012-06-08 14:59:04 +0000 |
| commit | 56094d9861141097e107a71dac4c808e0aca9c5f (patch) | |
| tree | 4a62659c9d6c7dc47549b486483c1afa45183a9a /cpp/src/qpid/broker/QueueHandle.h | |
| parent | 22d453646b4815752134ad62e0b27841a103afb2 (diff) | |
| download | qpid-python-56094d9861141097e107a71dac4c808e0aca9c5f.tar.gz | |
QPID-3858: WIP - completed async return path
git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/asyncstore@1348098 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/broker/QueueHandle.h')
| -rw-r--r-- | cpp/src/qpid/broker/QueueHandle.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cpp/src/qpid/broker/QueueHandle.h b/cpp/src/qpid/broker/QueueHandle.h index a8caa03f97..cb366e2880 100644 --- a/cpp/src/qpid/broker/QueueHandle.h +++ b/cpp/src/qpid/broker/QueueHandle.h @@ -44,8 +44,6 @@ public: const std::string& getName() const; private: - typedef qpid::asyncStore::QueueHandleImpl Impl; - Impl* impl; friend class qpid::messaging::PrivateImplRef<QueueHandle>; }; |
