summaryrefslogtreecommitdiff
path: root/src/components/application_manager/rpc_plugins/rc_rpc_plugin/src/commands/hmi/rc_get_interior_vehicle_data_request.cc
blob: 11c3569a1e88c97a9bda6f3da525256424eecc8a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#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