diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2009-01-06 16:30:03 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2009-01-06 16:30:03 +0000 |
commit | c9c843ab6fc04924d4721e57be0953c29c61f6b0 (patch) | |
tree | d9a3fc49222836dd74f38fa1c7ff3b1825f48569 /extensions/source/update/check/updatecheck.hxx | |
parent | 0cf944e41a1148ce17be52db890f732e6b2886f8 (diff) |
CWS-TOOLING: integrate CWS dv05
2008-12-12 11:36:32 +0100 dv r265399 : #i93992# Reverted changes made for this issues
2008-12-11 10:22:09 +0100 dv r265252 : #i96735# the check for existance of the online update module needs to catch exceptions!
2008-12-10 13:28:32 +0100 dv r265179 : CWS-TOOLING: rebase CWS dv05 to trunk@264807 (milestone: DEV300:m37)
2008-12-09 11:38:53 +0100 dv r265069 : #i94154#: migrate CWS dv05 to SVN.
Diffstat (limited to 'extensions/source/update/check/updatecheck.hxx')
-rw-r--r-- | extensions/source/update/check/updatecheck.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/extensions/source/update/check/updatecheck.hxx b/extensions/source/update/check/updatecheck.hxx index 709458ce5dfe..c3a088897860 100644 --- a/extensions/source/update/check/updatecheck.hxx +++ b/extensions/source/update/check/updatecheck.hxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: updatecheck.hxx,v $ - * $Revision: 1.6 $ + * $Revision: 1.6.70.1 $ * * This file is part of OpenOffice.org. * @@ -67,7 +67,7 @@ class UpdateCheck : public salhelper::ReferenceObject, public rtl::StaticWithInit< rtl::Reference< UpdateCheck >, UpdateCheckInitData > { - UpdateCheck() : m_eState(NOT_INITIALIZED), m_pThread(NULL) {}; + UpdateCheck() : m_eState(NOT_INITIALIZED), m_eUpdateState(UPDATESTATES_COUNT), m_pThread(NULL) {}; public: inline SAL_CALL operator rtl::Reference< UpdateCheckConfigListener > () @@ -170,6 +170,7 @@ private: }; State m_eState; + UpdateState m_eUpdateState; mutable osl::Mutex m_aMutex; WorkerThread *m_pThread; |