From 5c78e4bcd2f8d9f2122f32ee2965c7a4c7f50603 Mon Sep 17 00:00:00 2001 From: jusung Date: Mon, 25 Oct 2021 16:56:30 +0900 Subject: [PATCH] Fix typo Change-Id: Ic5c7700f4b01e453ddf5f3e8cd2064c9180ea1ba Signed-off-by: jusung --- idlc/gen_cion/c_cion_stub_body_gen_cb.h | 2 +- idlc/gen_cion/c_cion_stub_header_gen_cb.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/idlc/gen_cion/c_cion_stub_body_gen_cb.h b/idlc/gen_cion/c_cion_stub_body_gen_cb.h index 59c489c..80414e3 100644 --- a/idlc/gen_cion/c_cion_stub_body_gen_cb.h +++ b/idlc/gen_cion/c_cion_stub_body_gen_cb.h @@ -929,7 +929,7 @@ int __set_display_name(const char *display_name) return ret; } -int __set_ondemand_launch_enable(bool enable) +int __set_ondemand_launch_enabled(bool enable) { int ret; diff --git a/idlc/gen_cion/c_cion_stub_header_gen_cb.h b/idlc/gen_cion/c_cion_stub_header_gen_cb.h index 44ab452..79bd711 100644 --- a/idlc/gen_cion/c_cion_stub_header_gen_cb.h +++ b/idlc/gen_cion/c_cion_stub_header_gen_cb.h @@ -419,7 +419,7 @@ int __set_display_name(const char *display_name); * @retval #CION_ERROR_OUT_OF_MEMORY Out of memory * @retval #CION_ERROR_IO_ERROR IO error */ -int __set_ondemand_launch_enable(bool enable); +int __set_ondemand_launch_enabled(bool enable); )__c_cb"; -- 2.7.4