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

namespace rc_rpc_plugin {
namespace commands {

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

}  // namespace commands
}  // namespace rc_rpc_plugin