~ubuntu-branches/ubuntu/wily/mir/wily-proposed

« back to all changes in this revision

Viewing changes to include/server/mir/frontend/null_message_processor_report.h

  • Committer: Package Import Robot
  • Author(s): Ubuntu daily release
  • Date: 2014-01-08 02:04:38 UTC
  • mto: This revision was merged to the branch mainline in revision 58.
  • Revision ID: package-import@ubuntu.com-20140108020438-e1npu0pm7qdv5wc4
Tags: upstream-0.1.3+14.04.20140108
ImportĀ upstreamĀ versionĀ 0.1.3+14.04.20140108

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
    void exception_handled(void const*, int, std::exception const&);
37
37
 
38
38
    void exception_handled(void const*, std::exception const&);
39
 
    
 
39
 
40
40
    void sent_event(void const*, MirSurfaceEvent const& e);
41
41
};
42
42
}