~alan-griffiths/mir/0.21-hacks

« back to all changes in this revision

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

  • Committer: Daniel van Vugt
  • Date: 2013-04-24 05:22:20 UTC
  • mfrom: (628 trunk)
  • mto: This revision was merged to the branch mainline in revision 629.
  • Revision ID: daniel.van.vugt@canonical.com-20130424052220-qhpyhw2resxzr7bq
MergeĀ latestĀ lp:mir

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&)
 
62
    {
 
63
    }
61
64
};
62
65
 
63
66
}