summaryrefslogtreecommitdiffstats
path: root/framework/inc/threadhelp/transactionmanager.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-03-17 14:29:13 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-03-17 16:52:33 +0100
commit5f93d80b4ad5e02c4edd6b2b068af009aacbec70 (patch)
treeeddd2128e0c6440cced4f1b20a61f12ee487e847 /framework/inc/threadhelp/transactionmanager.hxx
parentRemove unused framework::FairRWLock (diff)
downloadcore-5f93d80b4ad5e02c4edd6b2b068af009aacbec70.tar.gz
core-5f93d80b4ad5e02c4edd6b2b068af009aacbec70.zip
Drop framework::INonCopyable duplication of boost::noncopyable
Change-Id: Ie4135353c7917fddf3efd15d0f3022b3aada8025
Diffstat (limited to 'framework/inc/threadhelp/transactionmanager.hxx')
-rw-r--r--framework/inc/threadhelp/transactionmanager.hxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/framework/inc/threadhelp/transactionmanager.hxx b/framework/inc/threadhelp/transactionmanager.hxx
index 104b9fddb24d..69df296db7d0 100644
--- a/framework/inc/threadhelp/transactionmanager.hxx
+++ b/framework/inc/threadhelp/transactionmanager.hxx
@@ -20,7 +20,7 @@
#ifndef INCLUDED_FRAMEWORK_INC_THREADHELP_TRANSACTIONMANAGER_HXX
#define INCLUDED_FRAMEWORK_INC_THREADHELP_TRANSACTIONMANAGER_HXX
-#include <threadhelp/inoncopyable.h>
+#include <boost/noncopyable.hpp>
#include <threadhelp/itransactionmanager.h>
#include <threadhelp/gate.hxx>
@@ -43,13 +43,12 @@ namespace framework{
and react for it. You can enable automaticly throwing of exceptions too.
@implements ITransactionManager
- @base INonCopyable
- ITransactionManager
+ @base ITransactionManager
@devstatus draft
*//*-*************************************************************************************************************/
class FWI_DLLPUBLIC TransactionManager : public ITransactionManager
- , private INonCopyable
+ , private boost::noncopyable
{
// public methods