summaryrefslogtreecommitdiffstats
path: root/framework/inc/threadhelp/transactionmanager.hxx
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2010-04-16 23:01:28 +0200
committerMathias Bauer <mba@openoffice.org>2010-04-16 23:01:28 +0200
commit39e9098c77157ea38411a237a6b52e0f76f12ce1 (patch)
tree9dbcd58a44a141701a05260517acba699d88e992 /framework/inc/threadhelp/transactionmanager.hxx
parentCWS gnumake2: move delivered header files in from svtools/inc to svtools/inc/... (diff)
downloadcore-39e9098c77157ea38411a237a6b52e0f76f12ce1.tar.gz
core-39e9098c77157ea38411a237a6b52e0f76f12ce1.zip
CWS gnumake2: export all symbols in framework using declspec
Diffstat (limited to 'framework/inc/threadhelp/transactionmanager.hxx')
-rw-r--r--framework/inc/threadhelp/transactionmanager.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/framework/inc/threadhelp/transactionmanager.hxx b/framework/inc/threadhelp/transactionmanager.hxx
index 72baadf5bff2..fcd0d3a9ec46 100644
--- a/framework/inc/threadhelp/transactionmanager.hxx
+++ b/framework/inc/threadhelp/transactionmanager.hxx
@@ -52,6 +52,7 @@
// other includes
//_________________________________________________________________________________________________________________
#include <osl/mutex.hxx>
+#include <fwidllapi.h>
//_________________________________________________________________________________________________________________
// namespace
@@ -81,7 +82,7 @@ namespace framework{
@devstatus draft
*//*-*************************************************************************************************************/
-class TransactionManager : public ITransactionManager
+class FWI_DLLPUBLIC TransactionManager : public ITransactionManager
, private INonCopyable
{
//-------------------------------------------------------------------------------------------------------------