summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker/AsyncStore.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/qpid/broker/AsyncStore.cpp')
-rw-r--r--cpp/src/qpid/broker/AsyncStore.cpp25
1 files changed, 3 insertions, 22 deletions
diff --git a/cpp/src/qpid/broker/AsyncStore.cpp b/cpp/src/qpid/broker/AsyncStore.cpp
index d37b034648..10cb3d27cf 100644
--- a/cpp/src/qpid/broker/AsyncStore.cpp
+++ b/cpp/src/qpid/broker/AsyncStore.cpp
@@ -22,35 +22,16 @@
namespace qpid {
namespace broker {
-BrokerAsyncContext::~BrokerAsyncContext()
+AsyncResultQueue::~AsyncResultQueue()
{}
-DataSource::~DataSource()
+BrokerAsyncContext::~BrokerAsyncContext()
{}
-AsyncStore::AsyncStore()
+DataSource::~DataSource()
{}
AsyncStore::~AsyncStore()
{}
-/*
-AsyncResult::AsyncResult() :
- errNo(0),
- errMsg()
-{}
-
-AsyncResult::AsyncResult(const int errNo,
- const std::string& errMsg) :
- errNo(errNo),
- errMsg(errMsg)
-{}
-
-void
-AsyncResult::destroy()
-{
- delete this;
-}
-*/
-
}} // namespace qpid::broker