From 7c42855162e3598eb49b0e39319bcba4cca74984 Mon Sep 17 00:00:00 2001 From: Seoyeon Kim Date: Mon, 5 Nov 2018 17:34:23 +0900 Subject: [PATCH] [Tizen][Temporary Fix] Restore to call InputMethodContext::Finalize() This reverts commit ef25ba0ca91f7a37c69c859b24ffa66d7059fe36. Change-Id: I3e3a94a09e33ffcb05acbfa7ea3af45f5778c184 --- dali-csharp-binder/src/input-method-context.cpp | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/dali-csharp-binder/src/input-method-context.cpp b/dali-csharp-binder/src/input-method-context.cpp index ddcd31c..abb2e3f 100755 --- a/dali-csharp-binder/src/input-method-context.cpp +++ b/dali-csharp-binder/src/input-method-context.cpp @@ -460,14 +460,12 @@ SWIGEXPORT void SWIGSTDCALL CSharp_Dali_delete_InputMethodContext_CallbackData(v } SWIGEXPORT void SWIGSTDCALL CSharp_Dali_InputMethodContext_Finalize(void * jarg1) { - //This is not necessary in tizen5.0, but because of backwards compatibility, the method is maintained but the body is deleted. - //Dali::InputMethodContext *arg1 = (Dali::InputMethodContext *) 0 ; + Dali::InputMethodContext *arg1 = (Dali::InputMethodContext *) 0 ; - //arg1 = (Dali::InputMethodContext *)jarg1; + arg1 = (Dali::InputMethodContext *)jarg1; { try { - //This is not necessary in tizen5.0, but because of backwards compatibility, the method is maintained but the body is deleted. - //(arg1)->Finalize(); + (arg1)->Finalize(); } catch (std::out_of_range& e) { { SWIG_CSharpException(SWIG_IndexError, const_cast(e.what())); return ; -- 2.7.4