summaryrefslogtreecommitdiff
path: root/src/components/application_manager/rpc_plugins/rc_rpc_plugin/src/commands/hmi/rc_on_remote_control_settings_notification.cc
blob: cb1d066e0f592f20d20f528a4fbdeda783ed7220 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#include "rc_rpc_plugin/commands/hmi/rc_on_remote_control_settings_notification.h"
#include "utils/macro.h"

namespace rc_rpc_plugin {
namespace commands {

bool RCOnRemoteControlSettingsNotification::Init() {
  return true;
}
void RCOnRemoteControlSettingsNotification::Run() {}
void RCOnRemoteControlSettingsNotification::on_event(
    const application_manager::event_engine::Event& event) {}

}  // namespace commands
}  // namespace rc_rpc_plugin