From 73c1e1038cb52b700aba63f4a9cee0ece98032f6 Mon Sep 17 00:00:00 2001 From: Joogab Yun Date: Mon, 27 Aug 2018 13:26:12 +0900 Subject: [PATCH] Revert "[Tizen][Temporary Fix] Restore to call InputMethodContext::Finalize()" This reverts commit f1e10ef169c9caa22f90f0b3d8f4527649aca7fc. --- dali-csharp-binder/src/input-method-context.cpp | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/dali-csharp-binder/src/input-method-context.cpp b/dali-csharp-binder/src/input-method-context.cpp index abb2e3f5..ddcd31c2 100755 --- a/dali-csharp-binder/src/input-method-context.cpp +++ b/dali-csharp-binder/src/input-method-context.cpp @@ -460,12 +460,14 @@ SWIGEXPORT void SWIGSTDCALL CSharp_Dali_delete_InputMethodContext_CallbackData(v } SWIGEXPORT void SWIGSTDCALL CSharp_Dali_InputMethodContext_Finalize(void * jarg1) { - Dali::InputMethodContext *arg1 = (Dali::InputMethodContext *) 0 ; + //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 ; - arg1 = (Dali::InputMethodContext *)jarg1; + //arg1 = (Dali::InputMethodContext *)jarg1; { try { - (arg1)->Finalize(); + //This is not necessary in tizen5.0, but because of backwards compatibility, the method is maintained but the body is deleted. + //(arg1)->Finalize(); } catch (std::out_of_range& e) { { SWIG_CSharpException(SWIG_IndexError, const_cast(e.what())); return ; -- 2.34.1