summaryrefslogtreecommitdiff
path: root/ism/src/isf_panel_agent_base.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ism/src/isf_panel_agent_base.cpp')
-rw-r--r--ism/src/isf_panel_agent_base.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/ism/src/isf_panel_agent_base.cpp b/ism/src/isf_panel_agent_base.cpp
index 062982cc..f8ad26dc 100644
--- a/ism/src/isf_panel_agent_base.cpp
+++ b/ism/src/isf_panel_agent_base.cpp
@@ -373,6 +373,11 @@ void PanelAgentBase::socket_remoteinput_surrounding_text (int client, String& te
LOGW ("not implemented for %s", m_name.c_str ());
}
+void PanelAgentBase::socket_remoteinput_input_resource (int client, uint32 input_resource)
+{
+ LOGW ("not implemented for %s", m_name.c_str ());
+}
+
void PanelAgentBase::socket_update_selection (int client, uint32 context, String& uuid, String text)
{
LOGW ("not implemented for %s", m_name.c_str ());
@@ -550,6 +555,11 @@ void PanelAgentBase::remote_commit_string (int client, uint32 context,const Wide
LOGW ("not implemented for %s", m_name.c_str ());
}
+void PanelAgentBase::remote_delete_surrounding_text (int client, uint32 context, uint32 offset, uint32 len)
+{
+ LOGD ("not implemented ");
+}
+
} /* namespace scim */
/*