| 1949 | } |
| 1950 | |
| 1951 | connection_control_response_e application_impl::change_connection_control(connection_control_request_e _control, |
| 1952 | const std::string& _guest_address) { |
| 1953 | if (!routing_app_) { |
| 1954 | VSOMEIP_ERROR_P << "not routing manager host"; |
| 1955 | return connection_control_response_e::CCR_ERROR_INVALID_PARAMETER; |
| 1956 | } |
| 1957 | return routing_app_->change_connection_control(_control, _guest_address); |
| 1958 | } |
| 1959 | |
| 1960 | void application_impl::check_send_back_cached_event(service_t _service, instance_t _instance, event_t _event, eventgroup_t _eventgroup, |
| 1961 | bool* _send_back_cached_event, bool* _send_back_cached_eventgroup) { |