summaryrefslogtreecommitdiff
path: root/src/components/include
diff options
context:
space:
mode:
authorjacobkeeler <jacob.keeler@livioradio.com>2018-02-01 15:04:07 -0500
committerjacobkeeler <jacob.keeler@livioradio.com>2018-02-01 15:04:07 -0500
commit21754a3bde48b47f107830eba6f4e666b140e43a (patch)
treeb1e4a393e47dab0fc40c395ecd707b81fe9fcc76 /src/components/include
parenta50c9f1cc63106ddcda1236c1db805b123df9495 (diff)
downloadsdl_core-21754a3bde48b47f107830eba6f4e666b140e43a.tar.gz
Fix deprecated warnings in application_impl and connection_handler_implfix/deprecated_warnings
Diffstat (limited to 'src/components/include')
-rw-r--r--src/components/include/test/connection_handler/mock_connection_handler.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/components/include/test/connection_handler/mock_connection_handler.h b/src/components/include/test/connection_handler/mock_connection_handler.h
index 20be7b64e9..9b3dd893bb 100644
--- a/src/components/include/test/connection_handler/mock_connection_handler.h
+++ b/src/components/include/test/connection_handler/mock_connection_handler.h
@@ -85,7 +85,8 @@ class MockConnectionHandler : public connection_handler::ConnectionHandler {
MOCK_METHOD2(BindProtocolVersionWithSession,
void(uint32_t connection_key, uint8_t protocol_version));
- DEPRECATED MOCK_CONST_METHOD4(GetDataOnSessionKey,
+ //DEPRECATED
+ MOCK_CONST_METHOD4(GetDataOnSessionKey,
int32_t(uint32_t key,
uint32_t* app_id,
std::list<int32_t>* sessions_list,