summaryrefslogtreecommitdiff
path: root/src/components/protocol_handler/include/protocol_handler/handshake_handler.h
diff options
context:
space:
mode:
authorJacob Keeler <jacob.keeler@livioradio.com>2018-08-21 09:17:41 -0400
committerGitHub <noreply@github.com>2018-08-21 09:17:41 -0400
commit01332dd085a0dcb7ca3acca6f192c534414ea770 (patch)
tree963dd1b3596ec2b59ebfaafe8c12b70f9efb94de /src/components/protocol_handler/include/protocol_handler/handshake_handler.h
parentf0e6fcc226b5a4149a59312721a6ed66a473c9e7 (diff)
parent150b945b1484758d891ed449ac8ca1d860e22ac7 (diff)
downloadsdl_core-01332dd085a0dcb7ca3acca6f192c534414ea770.tar.gz
Merge pull request #2522 from smartdevicelink/feature/remove_deprecated_functions_5_0
Remove deprecated methods from project
Diffstat (limited to 'src/components/protocol_handler/include/protocol_handler/handshake_handler.h')
-rw-r--r--src/components/protocol_handler/include/protocol_handler/handshake_handler.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/components/protocol_handler/include/protocol_handler/handshake_handler.h b/src/components/protocol_handler/include/protocol_handler/handshake_handler.h
index be81493e7a..cb52c9d375 100644
--- a/src/components/protocol_handler/include/protocol_handler/handshake_handler.h
+++ b/src/components/protocol_handler/include/protocol_handler/handshake_handler.h
@@ -52,19 +52,6 @@ class ProtocolHandlerImpl;
*/
class HandshakeHandler : public security_manager::SecurityManagerListener {
public:
- DEPRECATED HandshakeHandler(ProtocolHandlerImpl& protocol_handler,
- SessionObserver& session_observer,
- uint32_t connection_key,
- ConnectionID connection_id,
- uint8_t session_id,
- uint8_t protocol_version,
- uint32_t hash_id,
- ServiceType service_type,
- const std::vector<int>& force_protected_service,
- const bool is_new_service,
- utils::SemanticVersion& full_version,
- std::shared_ptr<BsonObject> payload);
-
HandshakeHandler(ProtocolHandlerImpl& protocol_handler,
SessionObserver& session_observer,
utils::SemanticVersion& full_version,