~vanvugt/mir/log-level

« back to all changes in this revision

Viewing changes to tests/acceptance-tests/test_prompt_session_client_api.cpp

  • Committer: Daniel van Vugt
  • Date: 2015-01-23 03:08:41 UTC
  • mfrom: (2201.2.50 development-branch)
  • Revision ID: daniel.van.vugt@canonical.com-20150123030841-zn39cao9um2o9x0p
Merge latest trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
78
78
        pid_t client_pid,
79
79
        std::string const& name,
80
80
        std::shared_ptr<mf::EventSink> const& sink)
81
 
            -> std::shared_ptr<mf::Session> override
 
81
            -> std::shared_ptr<ms::Session> override
82
82
    {
83
83
        auto const override_pid = (next != pids.end()) ? *next++ : client_pid;
84
84