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

namespace rc_rpc_plugin {
namespace commands {

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

}  // namespace commands
}  // namespace rc_rpc_plugin