summaryrefslogtreecommitdiff
path: root/src/components/include/test/protocol_handler/mock_session_observer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/include/test/protocol_handler/mock_session_observer.h')
-rw-r--r--src/components/include/test/protocol_handler/mock_session_observer.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/components/include/test/protocol_handler/mock_session_observer.h b/src/components/include/test/protocol_handler/mock_session_observer.h
index 86f521bfb7..ae32f35948 100644
--- a/src/components/include/test/protocol_handler/mock_session_observer.h
+++ b/src/components/include/test/protocol_handler/mock_session_observer.h
@@ -37,6 +37,7 @@
#include <string>
#include <list>
#include "protocol_handler/session_observer.h"
+#include "transport_manager/common.h"
namespace test {
namespace components {
@@ -101,13 +102,6 @@ class MockSessionObserver : public ::protocol_handler::SessionObserver {
std::string* mac_address,
std::string* connection_type));
- DEPRECATED MOCK_CONST_METHOD5(GetDataOnDeviceID,
- int32_t(uint32_t device_handle,
- std::string* device_name,
- std::list<uint32_t>* applications_list,
- std::string* mac_address,
- std::string* connection_type));
-
MOCK_CONST_METHOD2(IsHeartBeatSupported,
bool(transport_manager::ConnectionUID connection_handle,
uint8_t session_id));