summaryrefslogtreecommitdiff
path: root/src/components/include/transport_manager
diff options
context:
space:
mode:
authorJackLivio <jack@livio.io>2019-03-26 10:05:25 -0400
committerGitHub <noreply@github.com>2019-03-26 10:05:25 -0400
commit7bdc752cb8a1e6132d3319216170fed507dbabbc (patch)
tree9c3147982897114c3b5a54796e90600c120efb1e /src/components/include/transport_manager
parent65ed7ed46b8470e0aebab1464fff28cf686d04b5 (diff)
downloadsdl_core-7bdc752cb8a1e6132d3319216170fed507dbabbc.tar.gz
Coverity 5.1 Fixes (#2854)
* Coverity 5.1 Fixes - Check return values - Pass struct by reference - Cast value to match return type * Coverity: Unchecked dynamic cast * Fix missing not typo * Address comments * Address comment
Diffstat (limited to 'src/components/include/transport_manager')
-rw-r--r--src/components/include/transport_manager/transport_manager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/include/transport_manager/transport_manager.h b/src/components/include/transport_manager/transport_manager.h
index 4ccc78cd1b..eabb4f7028 100644
--- a/src/components/include/transport_manager/transport_manager.h
+++ b/src/components/include/transport_manager/transport_manager.h
@@ -76,7 +76,7 @@ class TransportManager {
virtual int SearchDevices() = 0;
virtual void AddCloudDevice(
- const transport_manager::transport_adapter::CloudAppProperties
+ const transport_manager::transport_adapter::CloudAppProperties&
cloud_properties) = 0;
virtual void RemoveCloudDevice(const DeviceHandle device_id) = 0;