From 4f74d6e303c58326fe75ee75e1c92cf9263f800d Mon Sep 17 00:00:00 2001 From: christian mueller Date: Thu, 22 Dec 2011 17:27:16 +0100 Subject: * rework of buildsystem * now everything depends on a toplevel CMakefile * cleanup of makefiles and compiler options --- PluginCommandInterfaceDbus/test/MockInterfaces.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'PluginCommandInterfaceDbus/test/MockInterfaces.h') 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 -- cgit v1.2.1