From: Woongsuk Cho Date: Thu, 4 Apr 2019 04:49:18 +0000 (+0900) Subject: bug-fix : To support backward-compatibility, add default value to regenerateAppNI() X-Git-Tag: accepted/tizen/unified/20190404.075611^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6d2763a980c0eca7d5ca0df89d649b8e6cdda33f;p=platform%2Fcore%2Fdotnet%2Flauncher.git bug-fix : To support backward-compatibility, add default value to regenerateAppNI() Change-Id: Icb37ee864f83d7f13f66bd761d8661c7f5e798d9 --- diff --git a/NativeLauncher/installer-plugin/ni_common.h b/NativeLauncher/installer-plugin/ni_common.h index 91c8def..b36282f 100644 --- 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__ */