~alan-griffiths/mir/knee-jerk-mir_surface_state_automatic

« back to all changes in this revision

Viewing changes to tests/mir_test_doubles/test_protobuf_socket_server.cpp

  • Committer: Alan Griffiths
  • Date: 2013-03-11 17:42:55 UTC
  • mfrom: (484 trunk)
  • mto: This revision was merged to the branch mainline in revision 494.
  • Revision ID: alan@octopull.co.uk-20130311174255-bjyo3a90v71entgq
Segregate server-only code

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 */
18
18
 
19
19
#include "mir_test/test_protobuf_server.h"
20
 
#include "src/frontend/protobuf_socket_communicator.h"
 
20
#include "src/server/frontend/protobuf_socket_communicator.h"
21
21
 
22
22
namespace mt = mir::test;
23
23
namespace mtd = mir::test::doubles;