From c095a631dcb2c7be5e167ed50f658f7c24330a45 Mon Sep 17 00:00:00 2001 From: Kim van der Riet Date: Mon, 24 Sep 2012 13:49:13 +0000 Subject: QPID-3858: WIP: Provisional checkin: Wiring of async store interface to broker. Code compiles, but as persistent transactions are currentl disconnected, not all tests pass. git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/asyncstore@1389378 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/store/MessageStorePlugin.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cpp/src/qpid/store') diff --git a/cpp/src/qpid/store/MessageStorePlugin.cpp b/cpp/src/qpid/store/MessageStorePlugin.cpp index c6b0e1a53a..d72200c2ba 100644 --- a/cpp/src/qpid/store/MessageStorePlugin.cpp +++ b/cpp/src/qpid/store/MessageStorePlugin.cpp @@ -101,7 +101,8 @@ MessageStorePlugin::earlyInitialize (qpid::Plugin::Target& target) provider->second->activate(*this); NoopDeleter d; boost::shared_ptr sp(this, d); - broker->setStore(sp); +// broker->setStore(sp); + // TODO: kpvdr: Windows store earlyInitialize() target.addFinalizer(boost::bind(&MessageStorePlugin::finalizeMe, this)); } -- cgit v1.2.1