summaryrefslogtreecommitdiff
path: root/comphelper
diff options
context:
space:
mode:
authorFrank Schoenheit [fs] <frank.schoenheit@oracle.com>2010-11-12 15:41:15 +0100
committerFrank Schoenheit [fs] <frank.schoenheit@oracle.com>2010-11-12 15:41:15 +0100
commit3a78a2dec20b22d686755f464b9e9c907a2c6d26 (patch)
tree5499078af5c4177ba7898ff4e32627aeee89bdb4 /comphelper
parent4a026bfdd9de518cffe88a4d60ce22702c17b336 (diff)
undoapi: delegate UndoManagerHelper's (modifying) API calls into a dedicated thread, serializing them this way
Diffstat (limited to 'comphelper')
-rw-r--r--comphelper/inc/comphelper/asyncnotification.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/comphelper/inc/comphelper/asyncnotification.hxx b/comphelper/inc/comphelper/asyncnotification.hxx
index fc4dfcd48dd9..22d901728ef7 100644
--- a/comphelper/inc/comphelper/asyncnotification.hxx
+++ b/comphelper/inc/comphelper/asyncnotification.hxx
@@ -131,8 +131,9 @@ namespace comphelper
virtual oslInterlockedCount SAL_CALL acquire();
virtual oslInterlockedCount SAL_CALL release();
- /// creates (starts) the thread
using AsyncEventNotifier_TBASE::create;
+ using AsyncEventNotifier_TBASE::join;
+ using AsyncEventNotifier_TBASE::getIdentifier;
using AsyncEventNotifier_TBASE::operator new;
using AsyncEventNotifier_TBASE::operator delete;