summaryrefslogtreecommitdiff
path: root/src/components/transport_manager/include/transport_manager/transport_adapter/transport_adapter_impl.h
diff options
context:
space:
mode:
authorAndrey Oleynik (GitHub) <aoleynik@luxoft.com>2017-11-07 08:50:53 +0200
committerAndriy Byzhynar <AByzhynar@luxoft.com>2018-01-18 12:03:51 +0200
commit33b6a331bf7c22e662b995069e7106f09940eb1f (patch)
treed94264571f82d583d3606f4601e0b19353e21e9d /src/components/transport_manager/include/transport_manager/transport_adapter/transport_adapter_impl.h
parent1d2fa24c81b8910ef533fbedf777f627e220e10e (diff)
downloadsdl_core-33b6a331bf7c22e662b995069e7106f09940eb1f.tar.gz
Adds iAP2 BT/USB connection emulation over TCP transport
To be able to check iAP2 transport switch feature these adapters are implemented. Implementation is done in the way of emulating iAP transport over TCP since there is no available iAP library for open source. Since it is just emulation not a real transport is will be built only with other unit tests i.e. with BUILD_TESTS = ON
Diffstat (limited to 'src/components/transport_manager/include/transport_manager/transport_adapter/transport_adapter_impl.h')
-rw-r--r--src/components/transport_manager/include/transport_manager/transport_adapter/transport_adapter_impl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/transport_manager/include/transport_manager/transport_adapter/transport_adapter_impl.h b/src/components/transport_manager/include/transport_manager/transport_adapter/transport_adapter_impl.h
index e4d70d5b07..df4c932260 100644
--- a/src/components/transport_manager/include/transport_manager/transport_adapter/transport_adapter_impl.h
+++ b/src/components/transport_manager/include/transport_manager/transport_adapter/transport_adapter_impl.h
@@ -413,7 +413,7 @@ class TransportAdapterImpl : public TransportAdapter,
* Stop() interface of that device
* @param device_id unique device identifier that has to be stopped.
*/
- void StopDevice(const DeviceUID& device_id) const FINAL;
+ void StopDevice(const DeviceUID& device_id) const OVERRIDE;
/**
* @brief DeviceSwitched is triggered for adapter to proceed with possible
@@ -422,7 +422,7 @@ class TransportAdapterImpl : public TransportAdapter,
* This is default implemenation does nothing. Must be overloaded if needed.
* @param device_handle Device id to notify on event
*/
- void DeviceSwitched(const DeviceUID& device_handle) FINAL;
+ void DeviceSwitched(const DeviceUID& device_handle) OVERRIDE;
/**
* @brief Allows to obtain connection type used by device.