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

« back to all changes in this revision

Viewing changes to src/client/logging/rpc_report.h

  • Committer: Package Import Robot
  • Author(s): CI Train Bot
  • Date: 2015-05-12 13:12:55 UTC
  • mto: This revision was merged to the branch mainline in revision 96.
  • Revision ID: package-import@ubuntu.com-20150512131255-y7z12i8n4pbvo70x
Tags: upstream-0.13.0+15.10.20150512
ImportĀ upstreamĀ versionĀ 0.13.0+15.10.20150512

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
    void invocation_failed(mir::protobuf::wire::Invocation const& invocation,
47
47
                           std::exception const& ex) override;
48
48
 
49
 
    void header_receipt_failed(std::exception const& ex) override;
50
49
    void result_receipt_succeeded(mir::protobuf::wire::Result const& result) override;
51
50
    void result_receipt_failed(std::exception const& ex) override;
52
51
 
62
61
    void file_descriptors_received(google::protobuf::Message const& response,
63
62
                                   std::vector<Fd> const& fds) override;
64
63
 
65
 
    void connection_failure(std::exception const& ex) override;
66
 
 
67
64
private:
68
65
    std::shared_ptr<mir::logging::Logger> const logger;
69
66
};