| Index: ceee/ie/broker/broker_rpc_client.h
|
| ===================================================================
|
| --- ceee/ie/broker/broker_rpc_client.h (revision 68863)
|
| +++ ceee/ie/broker/broker_rpc_client.h (working copy)
|
| @@ -10,7 +10,8 @@
|
| #include <wtypes.h>
|
| #include "base/basictypes.h"
|
|
|
| -struct IUnknown;
|
| +struct ICeeeBrokerRegistrar;
|
| +
|
| // Interface for sending events.
|
| class IEventSender {
|
| public:
|
| @@ -57,7 +58,7 @@
|
|
|
| protected:
|
| // Starts ceee broker process. This is unittest seam.
|
| - virtual HRESULT StartServer(IUnknown** server);
|
| + virtual HRESULT StartServer(ICeeeBrokerRegistrar** server);
|
|
|
| private:
|
| void LockContext();
|
| @@ -76,4 +77,6 @@
|
| DISALLOW_COPY_AND_ASSIGN(BrokerRpcClient);
|
| };
|
|
|
| +HRESULT StartCeeeBroker(ICeeeBrokerRegistrar** broker);
|
| +
|
| #endif // CEEE_IE_BROKER_BROKER_RPC_CLIENT_H_
|
|
|