summaryrefslogtreecommitdiffstats
path: root/sw/source/ui/inc/maildispatcher.hxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2005-03-01 14:27:52 +0000
committerKurt Zenker <kz@openoffice.org>2005-03-01 14:27:52 +0000
commitaa44e475f8f951f5a068660da6817b396a8026ca (patch)
tree771d2a9682289c941fe860313305bcde80b1e11d /sw/source/ui/inc/maildispatcher.hxx
parentINTEGRATION: CWS os52 (1.87.32); FILE MERGED (diff)
downloadcore-aa44e475f8f951f5a068660da6817b396a8026ca.tar.gz
core-aa44e475f8f951f5a068660da6817b396a8026ca.zip
INTEGRATION: CWS os52 (1.2.242); FILE MERGED
2005/01/31 19:57:55 os 1.2.242.1: #i40869# send mail dialog appears earlier, now
Diffstat (limited to 'sw/source/ui/inc/maildispatcher.hxx')
-rw-r--r--sw/source/ui/inc/maildispatcher.hxx14
1 files changed, 11 insertions, 3 deletions
diff --git a/sw/source/ui/inc/maildispatcher.hxx b/sw/source/ui/inc/maildispatcher.hxx
index 8f277285693d..5315c5316857 100644
--- a/sw/source/ui/inc/maildispatcher.hxx
+++ b/sw/source/ui/inc/maildispatcher.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: maildispatcher.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: rt $ $Date: 2004-09-20 13:22:15 $
+ * last change: $Author: kz $ $Date: 2005-03-01 15:27:52 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -171,8 +171,15 @@ public:
@return
<TRUE/> if the sending thread is running.
*/
- bool isStarted();
+ bool isStarted() const;
+ /** returns if the thread is still running
+ */
+ bool isRunning() const;
+ /** returns if shutdown has already been called
+ */
+ bool isShutdownRequested() const
+ { return shutdown_requested_; }
/**
Register a listener for mail dispatcher events.
*/
@@ -203,6 +210,7 @@ private:
::rtl::Reference<MailDispatcher> m_xSelfReference;
bool run_;
bool shutdown_requested_;
+ bool bIsInRun;
};
#endif // INCLUDED_MAILDISPATCHER_HXX