Index: ceee/ie/testing/mock_broker_and_friends.h |
=================================================================== |
--- ceee/ie/testing/mock_broker_and_friends.h (revision 67905) |
+++ ceee/ie/testing/mock_broker_and_friends.h (working copy) |
@@ -394,6 +394,9 @@ |
class MockBrokerRpcClient : public BrokerRpcClient { |
public: |
+ explicit MockBrokerRpcClient(bool allow_restart) |
+ : BrokerRpcClient(allow_restart) {} |
+ MOCK_METHOD1(StartServer, HRESULT(IUnknown**)); |
MOCK_METHOD1(Connect, HRESULT(bool)); |
MOCK_METHOD0(Disconnect, void()); |
MOCK_CONST_METHOD0(is_connected, bool()); |