summaryrefslogtreecommitdiff
path: root/src/components/connection_handler/src/connection_handler_impl.cc
diff options
context:
space:
mode:
authorjacobkeeler <jacob.keeler@livioradio.com>2018-01-17 14:08:12 -0500
committerjacobkeeler <jacob.keeler@livioradio.com>2018-01-17 16:35:41 -0500
commit2dab63338c700b9f92f50dfdd3b9490f04057503 (patch)
tree498034cb327aff82f3b832bfeef43879483a4d7c /src/components/connection_handler/src/connection_handler_impl.cc
parenta8c3e2ac28d758b30a2b933918635ef33f2d4cd3 (diff)
downloadsdl_core-2dab63338c700b9f92f50dfdd3b9490f04057503.tar.gz
Address review commentsfeature/deprecated_method_macro
Remove C style casts Add comments for pragma directives Remove redundant DEPRECATED macro usages
Diffstat (limited to 'src/components/connection_handler/src/connection_handler_impl.cc')
-rw-r--r--src/components/connection_handler/src/connection_handler_impl.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/connection_handler/src/connection_handler_impl.cc b/src/components/connection_handler/src/connection_handler_impl.cc
index 44044d77b1..254bb0194f 100644
--- a/src/components/connection_handler/src/connection_handler_impl.cc
+++ b/src/components/connection_handler/src/connection_handler_impl.cc
@@ -284,7 +284,7 @@ bool AllowProtection(const ConnectionHandlerSettings& settings,
}
#endif // ENABLE_SECURITY
-DEPRECATED uint32_t ConnectionHandlerImpl::OnSessionStartedCallback(
+uint32_t ConnectionHandlerImpl::OnSessionStartedCallback(
const transport_manager::ConnectionUID connection_handle,
const uint8_t session_id,
const protocol_handler::ServiceType& service_type,
@@ -541,7 +541,7 @@ void ConnectionHandlerImpl::OnMalformedMessageCallback(
CloseConnection(connection_handle);
}
-DEPRECATED uint32_t ConnectionHandlerImpl::OnSessionEndedCallback(
+uint32_t ConnectionHandlerImpl::OnSessionEndedCallback(
const transport_manager::ConnectionUID connection_handle,
const uint8_t session_id,
const uint32_t& hashCode,