//socket_helper_send_private_command
//SCIM_TRANS_CMD_SEND_PRIVATE_COMMAND
-void PanelAgentBase::send_private_command (int client, uint32 context, String command)
+void PanelAgentBase::send_private_command (int client, uint32 context, const String& command)
{
LOGW ("not implemented for %s", m_name.c_str ());
}
*
* @return none.
*/
- virtual void send_private_command (int client, uint32 context, String command);
+ virtual void send_private_command (int client, uint32 context, const String& command);
/**
* @brief helper_all_update_spot_location.
bool ret = false;
if (!m_impl->si.null ()) {
ret = m_impl->si->process_key_event (key);
- LOGD ("imengine(%s) prceoss key %d return %d", m_impl->si->get_factory_uuid().c_str(), key.code, ret);
+ LOGD ("imengine(%s) process key %d return %d", m_impl->si->get_factory_uuid().c_str(), key.code, ret);
}
if (ret == false && m_impl->socket_active.is_connected ()) {
m_impl->send.clear ();