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.h1
1 files changed, 1 insertions, 0 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 3414153fc7..6bd67f6516 100644
--- a/src/components/include/test/protocol_handler/mock_session_observer.h
+++ b/src/components/include/test/protocol_handler/mock_session_observer.h
@@ -83,6 +83,7 @@ class MockSessionObserver : public ::protocol_handler::SessionObserver {
void(const uint32_t& connection_key));
MOCK_METHOD1(OnMalformedMessageCallback,
void(const uint32_t& connection_key));
+ MOCK_METHOD1(OnFinalMessageCallback, void(const uint32_t& connection_key));
MOCK_CONST_METHOD1(
TransportTypeProfileStringFromConnHandle,
const std::string(transport_manager::ConnectionUID connection_handle));