| 1346 | } |
| 1347 | |
| 1348 | std::shared_ptr<configuration> application_impl::get_configuration() const { |
| 1349 | return configuration_; |
| 1350 | } |
| 1351 | |
| 1352 | std::shared_ptr<policy_manager> application_impl::get_policy_manager() const { |
| 1353 | #ifndef VSOMEIP_DISABLE_SECURITY |