summaryrefslogtreecommitdiff
path: root/src/components/include/test/protocol_handler/mock_protocol_handler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/include/test/protocol_handler/mock_protocol_handler.h')
-rw-r--r--src/components/include/test/protocol_handler/mock_protocol_handler.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/include/test/protocol_handler/mock_protocol_handler.h b/src/components/include/test/protocol_handler/mock_protocol_handler.h
index df75c71c49..354c797c24 100644
--- a/src/components/include/test/protocol_handler/mock_protocol_handler.h
+++ b/src/components/include/test/protocol_handler/mock_protocol_handler.h
@@ -69,6 +69,7 @@ class MockProtocolHandler : public ::protocol_handler::ProtocolHandler {
std::vector<std::string>& rejected_params));
MOCK_METHOD0(NotifyOnGetSystemTimeFailed, void());
MOCK_CONST_METHOD1(IsRPCServiceSecure, bool(const uint32_t connection_key));
+ MOCK_METHOD0(ProcessFailedPTU, void());
#ifdef EXTERNAL_PROPRIETARY_MODE
MOCK_METHOD0(ProcessFailedCertDecrypt, void());
#endif