summaryrefslogtreecommitdiffstats
path: root/extensions/source/update/check/updatecheck.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/update/check/updatecheck.cxx')
-rw-r--r--extensions/source/update/check/updatecheck.cxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/extensions/source/update/check/updatecheck.cxx b/extensions/source/update/check/updatecheck.cxx
index 9d8c7b92a286..2db3a532f180 100644
--- a/extensions/source/update/check/updatecheck.cxx
+++ b/extensions/source/update/check/updatecheck.cxx
@@ -757,6 +757,12 @@ void SAL_CALL ShutdownThread::onTerminated()
//------------------------------------------------------------------------------
+UpdateCheck::UpdateCheck():
+ m_eState(NOT_INITIALIZED), m_eUpdateState(UPDATESTATES_COUNT),
+ m_pThread(NULL)
+{};
+
+UpdateCheck::~UpdateCheck() {}
void
UpdateCheck::initialize(const uno::Sequence< beans::NamedValue >& rValues,