[Tizen][Temporary Fix] Restore to call InputMethodContext::Finalize() 34/190334/1
authordongsug.song <dongsug.song@samsung.com>
Mon, 1 Oct 2018 04:38:41 +0000 (13:38 +0900)
committerdongsug.song <dongsug.song@samsung.com>
Mon, 1 Oct 2018 04:38:48 +0000 (13:38 +0900)
This reverts commit 66d713d7e57d0317cc7516c36c76eb68de9e0862.

Change-Id: I020bb31f8d536cdc991506ea4036150b8fb829ab

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

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