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

namespace rc_rpc_plugin {
namespace commands {

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

}  // namespace commands
}  // namespace rc_rpc_plugin