~robertcarr/mir/client-focus-notifications

« back to all changes in this revision

Viewing changes to tests/mir_test_framework/input_testing_server_options.cpp

  • Committer: Robert Carr
  • Date: 2013-08-01 22:01:20 UTC
  • mfrom: (706.2.208 trunk)
  • Revision ID: robert.carr@canonical.com-20130801220120-6m230b3g6x0xflzd
Merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
79
79
    }
80
80
 
81
81
    std::shared_ptr<mf::Session> open_session(std::string const& name, 
82
 
                                              std::shared_ptr<mir::events::EventSink> const& sink)
 
82
                                              std::shared_ptr<mf::EventSink> const& sink)
83
83
    {
84
84
        return underlying_shell->open_session(name, sink);
85
85
    }