From 2e437e1569009d8e8ed3ed896d751994e2e85d74 Mon Sep 17 00:00:00 2001 From: Kim van der Riet Date: Fri, 20 Jul 2012 12:55:20 +0000 Subject: QPID-3858: WIP: Created many async operation classes for each op instead of a single class with op codes. git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/asyncstore@1363759 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/tests/storePerftools/asyncPerf/MessageAsyncContext.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'cpp/src/tests/storePerftools/asyncPerf/MessageAsyncContext.h') diff --git a/cpp/src/tests/storePerftools/asyncPerf/MessageAsyncContext.h b/cpp/src/tests/storePerftools/asyncPerf/MessageAsyncContext.h index 77d7be286b..9252fbda45 100644 --- a/cpp/src/tests/storePerftools/asyncPerf/MessageAsyncContext.h +++ b/cpp/src/tests/storePerftools/asyncPerf/MessageAsyncContext.h @@ -40,18 +40,14 @@ class MessageAsyncContext : public qpid::broker::BrokerAsyncContext { public: MessageAsyncContext(boost::intrusive_ptr msg, - const qpid::asyncStore::AsyncOperation::opCode op, boost::shared_ptr q); virtual ~MessageAsyncContext(); - qpid::asyncStore::AsyncOperation::opCode getOpCode() const; - const char* getOpStr() const; boost::intrusive_ptr getMessage() const; boost::shared_ptr getQueue() const; void destroy(); private: boost::intrusive_ptr m_msg; - const qpid::asyncStore::AsyncOperation::opCode m_op; boost::shared_ptr m_q; }; -- cgit v1.2.1