summaryrefslogtreecommitdiffstats
path: root/desktop/inc
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-08-24 23:34:42 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2017-05-19 03:43:19 +0200
commit9c3b05f2d571b58ee2322a942162ecec654544dc (patch)
tree33f791c61e708bef41a4ddc1716e793d16a564d4 /desktop/inc
parentinstall onlineupdate executables correctly (diff)
downloadcore-9c3b05f2d571b58ee2322a942162ecec654544dc.tar.gz
core-9c3b05f2d571b58ee2322a942162ecec654544dc.zip
improve update checker and update downloader code
Diffstat (limited to 'desktop/inc')
-rw-r--r--desktop/inc/app.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/desktop/inc/app.hxx b/desktop/inc/app.hxx
index 91dde49439ab..56ec44ac89db 100644
--- a/desktop/inc/app.hxx
+++ b/desktop/inc/app.hxx
@@ -31,7 +31,9 @@
#include <com/sun/star/task/XStatusIndicator.hpp>
#include <com/sun/star/uno/Reference.h>
#include <osl/mutex.hxx>
+
#include <memory>
+#include <thread>
namespace com { namespace sun { namespace star { namespace uno {
class XComponentContext;
@@ -174,6 +176,7 @@ class Desktop : public Application
std::unique_ptr<Lockfile> m_xLockfile;
Timer m_firstRunTimer;
+ std::thread m_aUpdateThread;
static ResMgr* pResMgr;
};