~robertcarr/mir/input-conglomeration

« back to all changes in this revision

Viewing changes to include/test/mir_test_doubles/stub_session.h

  • Committer: Robert Carr
  • Date: 2013-04-30 18:41:05 UTC
  • mfrom: (603.1.40 trunk)
  • Revision ID: robert.carr@canonical.com-20130430184105-bzs74a9j42tuc5hq
Merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
58
58
    {
59
59
        return 0;
60
60
    }
61
 
    void set_event_sink(std::shared_ptr<EventSink> const&)
 
61
    void set_event_sink(std::shared_ptr<events::EventSink> const&)
62
62
    {
63
63
    }
64
64
};