projects
/
platform
/
core
/
api
/
webapi-plugins.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9231ada
)
Include bundle_internal.h for internal bundle apis
13/54313/1
author
Hwankyu Jhun
<h.jhun@samsung.com>
Tue, 15 Dec 2015 01:36:10 +0000
(10:36 +0900)
committer
Hwankyu Jhun
<h.jhun@samsung.com>
Tue, 15 Dec 2015 01:36:10 +0000
(10:36 +0900)
Some bundle apis are platform internal apis
and we need to include bundle_internal.h to use them
Change-Id: Iaa94df5850e1b67af874caa6a33ad3327e2bb116
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
src/messageport/messageport_instance.cc
patch
|
blob
|
history
diff --git
a/src/messageport/messageport_instance.cc
b/src/messageport/messageport_instance.cc
index
f821f37
..
cfc2370
100755
(executable)
--- a/
src/messageport/messageport_instance.cc
+++ b/
src/messageport/messageport_instance.cc
@@
-19,6
+19,7
@@
#include <functional>
#include <vector>
#include <string>
+#include <bundle_internal.h>
#include "common/picojson.h"
#include "common/logger.h"