Added to send fail_reply message in the panel_agent's socket communication.
[platform/core/uifw/isf.git] / ism / src / isf_panel_agent_base.cpp
index 4a247c3..6605a95 100644 (file)
@@ -575,6 +575,10 @@ void PanelAgentBase::set_prediction_allow (int client, uint32 context, String uu
     LOGW ("not implemented for %s", m_name.c_str ());
 }
 
+void PanelAgentBase::send_fail_reply (int client)
+{
+    LOGW ("not implemented for %s", m_name.c_str ());
+}
 } /* namespace scim */
 
 /*