diff options
author | Rüdiger Timm <rt@openoffice.org> | 2003-12-01 10:45:04 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2003-12-01 10:45:04 +0000 |
commit | 72da2375cfe9fda12ca6904130431f794673ff1c (patch) | |
tree | bdccb3b4b8c9f2d98a772101aa7caf4a550c18b2 /desktop | |
parent | 77c26be51eb962d840dff779e48021c85cf6639f (diff) |
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')
-rw-r--r-- | desktop/source/app/officeipcthread.hxx | 8 |
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 { |