~mir-team/mir/trunk

« back to all changes in this revision

Viewing changes to tests/unit-tests/client/test_client_mir_surface.cpp

  • Committer: Tarmac
  • Author(s): Alan Griffiths
  • Date: 2013-04-25 23:50:01 UTC
  • mfrom: (526.2.22 mir1)
  • Revision ID: tarmac-20130425235001-c3b3x2yyb3eldyx1
frontend, shell, tests: surface-states updated to avoid supplying dependencies through public member functions.

Approved by PS Jenkins bot, Chris Halse Rogers, Robert Ancell, Kevin DuBois.

Show diffs side-by-side

added added

removed removed

Lines of Context:
298
298
        test_server.reset();
299
299
    }
300
300
 
301
 
    std::shared_ptr<google::protobuf::RpcChannel> channel;
 
301
    std::shared_ptr<mcl::MirBasicRpcChannel> channel;
302
302
    std::shared_ptr<mcl::Logger> logger;
303
303
    std::shared_ptr<mcl::ClientPlatformFactory> platform_factory;
304
304
    std::shared_ptr<MirConnection> connection;