summaryrefslogtreecommitdiffstats
path: root/desktop/source/app/officeipcthread.hxx
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2001-11-21 15:31:29 +0000
committerMathias Bauer <mba@openoffice.org>2001-11-21 15:31:29 +0000
commit97f2d6011c41637c719e2036abaf2fcc3e094a07 (patch)
tree98777a0c0abc49edc271b8a370b31ac2c60cd034 /desktop/source/app/officeipcthread.hxx
parentBug #95010#: split up big childlist in a RTFItemStackType (diff)
downloadcore-97f2d6011c41637c719e2036abaf2fcc3e094a07.tar.gz
core-97f2d6011c41637c719e2036abaf2fcc3e094a07.zip
#88164#: Dispatching with ResultNotification
Diffstat (limited to 'desktop/source/app/officeipcthread.hxx')
-rw-r--r--desktop/source/app/officeipcthread.hxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/desktop/source/app/officeipcthread.hxx b/desktop/source/app/officeipcthread.hxx
index 8d940008b85a..79fab56a8dc6 100644
--- a/desktop/source/app/officeipcthread.hxx
+++ b/desktop/source/app/officeipcthread.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: officeipcthread.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: cd $ $Date: 2001-08-07 11:25:00 $
+ * last change: $Author: mba $ $Date: 2001-11-21 16:31:29 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -96,6 +96,7 @@ class SalMainPipeExchangeSignalHandler : public vos::OSignalHandler
virtual TSignalAction SAL_CALL signal(TSignalInfo *pInfo);
};
+class DispatchWatcher;
class OfficeIPCThread : public vos::OThread
{
private:
@@ -108,6 +109,8 @@ class OfficeIPCThread : public vos::OThread
rtl::OUString maPipeIdent;
sal_Bool mbBlockRequests;
int mnPendingRequests;
+ DispatchWatcher* mpDispatchWatcher;
+ sal_Bool mbShutdownInProgress;
static ::osl::Mutex& GetMutex();
@@ -132,6 +135,7 @@ class OfficeIPCThread : public vos::OThread
static void BlockAllRequests();
static sal_Bool AreRequestsPending();
static void RequestsCompleted( int n = 1 );
+ static void ExecuteCmdLineRequests( const ::rtl::OUString& aOpenList, const ::rtl::OUString& aPrintList );
// return FALSE if second office
static Status EnableOfficeIPCThread();