Do not deinit the alarm-service during the daemon runs 13/107713/1 accepted/tizen_3.0.m2_mobile accepted/tizen_3.0.m2_wearable tizen_3.0.m2 accepted/tizen/3.0.m2/mobile/20170104.125441 accepted/tizen/3.0.m2/wearable/20170104.125909 accepted/tizen/3.0/common/20161229.113546 accepted/tizen/3.0/ivi/20161229.101130 accepted/tizen/3.0/mobile/20161229.101032 accepted/tizen/3.0/wearable/20161229.101102 submit/tizen_3.0.m2/20170104.093750 submit/tizen_3.0/20161229.094248
authorMu-Woong Lee <muwoong.lee@samsung.com>
Thu, 29 Dec 2016 09:37:52 +0000 (18:37 +0900)
committerMu-Woong Lee <muwoong.lee@samsung.com>
Thu, 29 Dec 2016 09:40:39 +0000 (01:40 -0800)
Change-Id: I732023be8e4bed2b2c9740ed2276bd9ea6fcce90
Signed-off-by: Mu-Woong Lee <muwoong.lee@samsung.com>
src/Server.cpp

index 34d4fe2546ddb21ebdae0b0dd47451e04f3ca7aa..197b0d634270425a7c413e07539a17b7627c7825 100644 (file)
@@ -20,6 +20,7 @@
 #include <glib-object.h>
 
 #include <Types.h>
+#include <TimerManager.h>
 #include <DatabaseManager.h>
 #include "DBusServer.h"
 #include "ContextManager.h"
@@ -38,6 +39,7 @@ static ctx::ContextManager *__contextMgr = NULL;
 static ctx::DBusServer *__dbusHandle = NULL;
 static ctx::PolicyManager *__policyMgr = NULL;
 static ctx::trigger::Trigger *__contextTrigger = NULL;
+static ctx::TimerManager __timerManager;
 
 /* TODO: re-organize activation & deactivation processes */
 void ctx::Server::initialize()