summaryrefslogtreecommitdiff
path: root/src/components/include/test/connection_handler/mock_connection_handler_settings.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/include/test/connection_handler/mock_connection_handler_settings.h')
-rw-r--r--src/components/include/test/connection_handler/mock_connection_handler_settings.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/src/components/include/test/connection_handler/mock_connection_handler_settings.h b/src/components/include/test/connection_handler/mock_connection_handler_settings.h
index 6f4b86f5cc..c813455698 100644
--- a/src/components/include/test/connection_handler/mock_connection_handler_settings.h
+++ b/src/components/include/test/connection_handler/mock_connection_handler_settings.h
@@ -44,12 +44,9 @@ namespace connection_handler_test {
class MockConnectionHandlerSettings
: public connection_handler::ConnectionHandlerSettings {
public:
- MOCK_CONST_METHOD0(heart_beat_timeout,
- uint32_t());
- MOCK_CONST_METHOD0(force_protected_service,
- const std::vector<int>&());
- MOCK_CONST_METHOD0(force_unprotected_service,
- const std::vector<int>&());
+ MOCK_CONST_METHOD0(heart_beat_timeout, uint32_t());
+ MOCK_CONST_METHOD0(force_protected_service, const std::vector<int>&());
+ MOCK_CONST_METHOD0(force_unprotected_service, const std::vector<int>&());
};
} // namespace connection_handler_test