summaryrefslogtreecommitdiff
path: root/src/components/protocol_handler/src/protocol_handler_impl.cc
diff options
context:
space:
mode:
authorjacobkeeler <jacob.keeler@livioradio.com>2019-03-11 15:23:52 -0400
committerjacobkeeler <jacob.keeler@livioradio.com>2019-03-11 15:23:52 -0400
commit5a9cc6ecf0eaa069b1295e0e408edd6a226c4b9d (patch)
tree9d05a3ce081e5edaa0f2f927825d333ab55fe921 /src/components/protocol_handler/src/protocol_handler_impl.cc
parentdb9199e556ef01e3dc86b414c223c7fea5383877 (diff)
downloadsdl_core-5a9cc6ecf0eaa069b1295e0e408edd6a226c4b9d.tar.gz
Add protocol test for auth_token
Diffstat (limited to 'src/components/protocol_handler/src/protocol_handler_impl.cc')
-rw-r--r--src/components/protocol_handler/src/protocol_handler_impl.cc5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/components/protocol_handler/src/protocol_handler_impl.cc b/src/components/protocol_handler/src/protocol_handler_impl.cc
index 27b06af424..d5837a0470 100644
--- a/src/components/protocol_handler/src/protocol_handler_impl.cc
+++ b/src/components/protocol_handler/src/protocol_handler_impl.cc
@@ -2274,7 +2274,10 @@ const impl::TransportTypes transportTypes = {
impl::TransportDescription(impl::TransportType::TT_USB, true, false)),
std::make_pair(
std::string("IAP_CARPLAY"),
- impl::TransportDescription(impl::TransportType::TT_WIFI, true, false))};
+ impl::TransportDescription(impl::TransportType::TT_WIFI, true, false)),
+ std::make_pair(std::string("WEBSOCKET"),
+ impl::TransportDescription(
+ impl::TransportType::TT_WEBSOCKET, false, false))};
const impl::TransportDescription
ProtocolHandlerImpl::GetTransportTypeFromConnectionType(