From: Woongsuk Cho Date: Thu, 4 Apr 2019 04:41:37 +0000 (+0900) Subject: bug-fix : To support backward-compatibility, add default value to regenerateAppNI(). X-Git-Tag: accepted/tizen/unified/20190410.002037~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1713ed00464d4940f8c2c63c43f6a29198fec3c5;p=platform%2Fcore%2Fdotnet%2Flauncher.git bug-fix : To support backward-compatibility, add default value to regenerateAppNI(). --- 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__ */