projects
/
platform
/
core
/
context
/
context-service.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b138f28
)
Store the dbus connection while launching the service
12/141912/1
accepted/tizen/4.0/unified/20170816.010726
accepted/tizen/4.0/unified/20170816.014414
accepted/tizen/unified/20170802.151536
submit/tizen/20170802.043634
submit/tizen_4.0/20170811.094300
submit/tizen_4.0/20170814.115522
submit/tizen_4.0_unified/20170814.115522
author
Mu-Woong Lee
<muwoong.lee@samsung.com>
Sun, 30 Jul 2017 08:08:46 +0000
(17:08 +0900)
committer
Mu-Woong Lee
<muwoong.lee@samsung.com>
Wed, 2 Aug 2017 04:01:58 +0000
(
04:01
+0000)
Change-Id: I64dd3781ddf584f441c08bb4406c9eeaf3ac377e
Signed-off-by: Mu-Woong Lee <muwoong.lee@samsung.com>
(cherry picked from commit
8651f15591a87f0fd1113cf893b98ac2e9dbde87
)
src/server/ServerMain.cpp
patch
|
blob
|
history
diff --git
a/src/server/ServerMain.cpp
b/src/server/ServerMain.cpp
index 8bee8e4111383943c2aa3bed63053f5c204714b0..312574df4adba43a7dd19301468cdf66efe4dd16 100644
(file)
--- a/
src/server/ServerMain.cpp
+++ b/
src/server/ServerMain.cpp
@@
-22,6
+22,7
@@
#include <stdexcept>
#include <ContextTypes.h>
+#include <ServerUtil.h>
#include "DBusConnector.h"
#include "ServiceLoader.h"
#include "ActiveUserMonitor.h"
@@
-94,6
+95,7
@@
static gboolean __stop_service(gpointer data)
static void __bus_acquired(GDBusConnection* conn)
{
+ util::set_dbus_connection(conn);
__start_service(conn);
}