Revert "[Tizen][Temporary Fix] Restore to call InputMethodContext::Finalize()"
authorHeeyong Song <heeyong.song@samsung.com>
Mon, 3 Dec 2018 06:21:26 +0000 (15:21 +0900)
committerHeeyong Song <heeyong.song@samsung.com>
Mon, 3 Dec 2018 06:21:29 +0000 (15:21 +0900)
This reverts commit 0b50658a9058f87a418a1a99e818e87667617eb7.

Change-Id: I95814f9a5c02a281278ee4beff49ba512bfed888

dali-csharp-binder/src/input-method-context.cpp

index abb2e3f..ddcd31c 100755 (executable)
@@ -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<char*>(e.what())); return ;