projects
/
platform
/
core
/
dotnet
/
launcher.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b3859a0
)
bug-fix : To support backward-compatibility, add default value to regenerateAppNI()
70/202770/1
accepted/tizen/unified/20190404.075611
submit/tizen/20190404.050409
author
Woongsuk Cho
<ws77.cho@samsung.com>
Thu, 4 Apr 2019 04:49:18 +0000
(13:49 +0900)
committer
Woongsuk Cho
<ws77.cho@samsung.com>
Thu, 4 Apr 2019 04:49:18 +0000
(13:49 +0900)
Change-Id: Icb37ee864f83d7f13f66bd761d8661c7f5e798d9
NativeLauncher/installer-plugin/ni_common.h
patch
|
blob
|
history
diff --git
a/NativeLauncher/installer-plugin/ni_common.h
b/NativeLauncher/installer-plugin/ni_common.h
index
91c8def
..
b36282f
100644
(file)
--- a/
NativeLauncher/installer-plugin/ni_common.h
+++ b/
NativeLauncher/installer-plugin/ni_common.h
@@
-103,6
+103,6
@@
int removeNiUnderPkgRoot(const std::string& pkgId);
/**
* @brief regenerate native image for all installed application
*/
-int regenerateAppNI(bool enableR2R);
+int regenerateAppNI(bool enableR2R
= true
);
#endif /* __NI_COMMON_H__ */