summaryrefslogtreecommitdiff
path: root/PluginCommandInterfaceDbus/test/MockInterfaces.h
diff options
context:
space:
mode:
Diffstat (limited to 'PluginCommandInterfaceDbus/test/MockInterfaces.h')
-rw-r--r--PluginCommandInterfaceDbus/test/MockInterfaces.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/PluginCommandInterfaceDbus/test/MockInterfaces.h b/PluginCommandInterfaceDbus/test/MockInterfaces.h
index c8dbaba..0a1004c 100644
--- a/PluginCommandInterfaceDbus/test/MockInterfaces.h
+++ b/PluginCommandInterfaceDbus/test/MockInterfaces.h
@@ -66,8 +66,10 @@ class MockCommandReceiveInterface : public CommandReceiveInterface {
am_Error_e(const am_mainConnectionID_t mainConnectionID, am_timeSync_t& delay));
MOCK_CONST_METHOD1(getDBusConnectionWrapper,
am_Error_e(DBusWrapper*& dbusConnectionWrapper));
-};
+ MOCK_CONST_METHOD1(getSocketHandler,
+ am_Error_e(SocketHandler*& socketHandler));
+};
} // namespace am