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:
63233db
)
Remove unused function IService::setService()
23/133423/1
author
Mu-Woong Lee
<muwoong.lee@samsung.com>
Mon, 12 Jun 2017 07:12:45 +0000
(16:12 +0900)
committer
Mu-Woong Lee
<muwoong.lee@samsung.com>
Mon, 12 Jun 2017 07:12:45 +0000
(16:12 +0900)
Change-Id: I56dd57f5a6b1be7fd2e92e21fccfcbe495df11d5
Signed-off-by: Mu-Woong Lee <muwoong.lee@samsung.com>
src/server/ServiceRunner.h
patch
|
blob
|
history
diff --git
a/src/server/ServiceRunner.h
b/src/server/ServiceRunner.h
index 967c13a2510f831a882db55965db2473b22fe477..b344337048f5ae293f89379562eb9b13d11be416 100644
(file)
--- a/
src/server/ServiceRunner.h
+++ b/
src/server/ServiceRunner.h
@@
-33,8
+33,6
@@
namespace ctx {
ServiceRunner(GDBusConnection* conn, IService* service);
~ServiceRunner();
- void setService(IService* service);
-
bool start();
void stop();