[NUI] Add ImfManager.Finalize() function back to fix the build error. 19/164319/1
authorFeng Jin <feng16.jin@samsung.com>
Mon, 18 Dec 2017 20:33:02 +0000 (04:33 +0800)
committerhuiyu,eun <huiyu.eun@samsung.com>
Mon, 18 Dec 2017 12:50:00 +0000 (21:50 +0900)
Change-Id: Idbfd47d98482d148162029957c1e303999c3e97a
Signed-off-by: Feng Jin <feng16.jin@samsung.com>
src/Tizen.NUI/src/public/ImfManager.cs

index 19cdedf..391e34f 100755 (executable)
@@ -496,6 +496,18 @@ namespace Tizen.NUI
         }
 
         /// <summary>
+        /// Destroy the context of the IMF.<br/>
+        /// </summary>
+        /// <since_tizen> 4 </since_tizen>
+        /// Please do not use! This will be deprecated, instead please USE Tizen.NUI.ImfManager.Instance.DestroyContext()!
+        [Obsolete("Please do not use! This will be deprecated! Please use ImfManager.Instance.DestroyContext() instead!")]
+        [EditorBrowsable(EditorBrowsableState.Never)]
+        public void Finalize()
+        {
+            DestroyContext();
+        }
+
+        /// <summary>
         /// Retrieves a handle to the instance of the ImfManager.
         /// </summary>
         /// <returns>A handle to the ImfManager.</returns>