summaryrefslogtreecommitdiff
path: root/src/components/policy/policy_regular/include/policy/policy_types.h
diff options
context:
space:
mode:
authorjacobkeeler <jacob.keeler@livioradio.com>2018-04-03 09:32:31 -0400
committerjacobkeeler <jacob.keeler@livioradio.com>2018-04-03 09:32:31 -0400
commit3ba8a85c7fa6b9f7d2c9dca3e102168b3df6a00a (patch)
treeeb2a25d25da5538912a1e2300c6e2b41c83af421 /src/components/policy/policy_regular/include/policy/policy_types.h
parent5472d8c79e71c8ab0e91f1fe313fa3459d74339b (diff)
parent5cc7b1be23764cb9763154ecb6d56e038f9eccb5 (diff)
downloadsdl_core-3ba8a85c7fa6b9f7d2c9dca3e102168b3df6a00a.tar.gz
Merge branch 'release/4.5.0' into develop
Diffstat (limited to 'src/components/policy/policy_regular/include/policy/policy_types.h')
-rw-r--r--src/components/policy/policy_regular/include/policy/policy_types.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/components/policy/policy_regular/include/policy/policy_types.h b/src/components/policy/policy_regular/include/policy/policy_types.h
index 25aa126a03..af1d119e7a 100644
--- a/src/components/policy/policy_regular/include/policy/policy_types.h
+++ b/src/components/policy/policy_regular/include/policy/policy_types.h
@@ -41,6 +41,8 @@
#include <utility>
#include "utils/shared_ptr.h"
#include "utils/helpers.h"
+#include "transport_manager/common.h"
+
namespace policy {
// TODO(PV): specify errors
@@ -190,7 +192,7 @@ struct DeviceParams {
std::string device_name;
std::string device_mac_address;
std::string device_connection_type;
- uint32_t device_handle;
+ transport_manager::DeviceHandle device_handle;
};
/**