Added request for hiding ISE
[platform/core/uifw/libscl-core.git] / src / sclcore.cpp
index 98ed9af..b36a1c1 100644 (file)
@@ -345,3 +345,10 @@ void CSCLCore::get_selection_text(sclchar **text) const
         m_impl->get_selection_text(text);
     }
 }
+
+void CSCLCore::request_ise_hide() const
+{
+    if (m_impl) {
+        m_impl->request_ise_hide();
+    }
+}
\ No newline at end of file