summaryrefslogtreecommitdiffstats
path: root/desktop/source/app/officeipcthread.hxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2003-12-01 10:45:04 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2003-12-01 10:45:04 +0000
commit72da2375cfe9fda12ca6904130431f794673ff1c (patch)
treebdccb3b4b8c9f2d98a772101aa7caf4a550c18b2 /desktop/source/app/officeipcthread.hxx
parentINTEGRATION: CWS geordi2q09 (1.37.6); FILE MERGED (diff)
downloadcore-72da2375cfe9fda12ca6904130431f794673ff1c.tar.gz
core-72da2375cfe9fda12ca6904130431f794673ff1c.zip
INTEGRATION: CWS geordi2q09 (1.13.84); FILE MERGED
2003/11/21 10:54:42 obo 1.13.84.1: #111934#: join CWS pmselectedfixes2
Diffstat (limited to 'desktop/source/app/officeipcthread.hxx')
-rw-r--r--desktop/source/app/officeipcthread.hxx8
1 files changed, 5 insertions, 3 deletions
diff --git a/desktop/source/app/officeipcthread.hxx b/desktop/source/app/officeipcthread.hxx
index b88aa084d6a3..c4a515c0a50b 100644
--- a/desktop/source/app/officeipcthread.hxx
+++ b/desktop/source/app/officeipcthread.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: officeipcthread.hxx,v $
*
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
*
- * last change: $Author: vg $ $Date: 2003-07-09 09:17:24 $
+ * last change: $Author: rt $ $Date: 2003-12-01 11:45:04 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -128,7 +128,6 @@ class OfficeIPCThread : public vos::OThread
sal_Bool mbBlockRequests;
int mnPendingRequests;
DispatchWatcher* mpDispatchWatcher;
- sal_Bool mbShutdownInProgress;
::osl::Condition cProcessed; // condition to be set when the request has been processed
static ::osl::Mutex& GetMutex();
@@ -145,6 +144,9 @@ class OfficeIPCThread : public vos::OThread
/// Working method which should be overridden
virtual void SAL_CALL run();
+ // Called when run() is done
+ virtual void SAL_CALL onTerminated();
+
public:
enum Status
{