~ubuntu-branches/ubuntu/wily/mir/wily-proposed

« back to all changes in this revision

Viewing changes to tests/mir_test_doubles/test_protobuf_client.cpp

  • Committer: Package Import Robot
  • Author(s): CI Train Bot
  • Date: 2015-05-12 13:12:55 UTC
  • mto: This revision was merged to the branch mainline in revision 96.
  • Revision ID: package-import@ubuntu.com-20150512131255-y7z12i8n4pbvo70x
Tags: upstream-0.13.0+15.10.20150512
ImportĀ upstreamĀ versionĀ 0.13.0+15.10.20150512

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
 * Authored by: Alan Griffiths <alan@octopull.co.uk>
17
17
 */
18
18
 
19
 
#define MIR_INCLUDE_DEPRECATED_EVENT_HEADER
20
 
 
21
19
#include "mir_test/test_protobuf_client.h"
22
20
#include "mir_test_doubles/mock_rpc_report.h"
23
21
#include "mir_test_doubles/null_client_event_sink.h"
29
27
#include "src/client/rpc/mir_basic_rpc_channel.h"
30
28
#include "mir/dispatch/dispatchable.h"
31
29
#include "mir/dispatch/simple_dispatch_thread.h"
 
30
#include "mir/events/event_private.h"
32
31
 
33
32
#include <thread>
34
33