~mir-team/mir/rename-everything

« back to all changes in this revision

Viewing changes to src/include/server/mir/frontend/message_processor_report.h

  • Committer: Tarmac
  • Author(s): Robert Carr
  • Date: 2015-01-29 00:43:42 UTC
  • mfrom: (2266.1.1 port-trivial-reports)
  • Revision ID: tarmac-20150129004342-cc5fm1y7cdvtrwg8
Remove non invoked MessageProcessorReport method and event_deprecated guards in the process.

Approved by Kevin DuBois, Daniel van Vugt, PS Jenkins bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
 
46
46
    virtual void exception_handled(void const* mediator, std::exception const& error) = 0;
47
47
 
48
 
    virtual void sent_event(void const* mediator, MirSurfaceEvent const& ev) = 0;
49
 
 
50
48
private:
51
49
    MessageProcessorReport(MessageProcessorReport const&) = delete;
52
50
    MessageProcessorReport& operator=(MessageProcessorReport const&) = delete;