~ubuntu-branches/ubuntu/vivid/mir/vivid

« back to all changes in this revision

Viewing changes to src/server/frontend/protobuf_ipc_factory.h

  • Committer: Package Import Robot
  • Author(s): Ubuntu daily release
  • Date: 2014-02-04 14:49:07 UTC
  • mto: This revision was merged to the branch mainline in revision 61.
  • Revision ID: package-import@ubuntu.com-20140204144907-o3ruhix0ey26lchl
Tags: upstream-0.1.4+14.04.20140204
ImportĀ upstreamĀ versionĀ 0.1.4+14.04.20140204

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
    virtual std::shared_ptr<protobuf::DisplayServer> make_ipc_server(
40
40
        std::shared_ptr<EventSink> const& sink, bool authorized_to_resize_display) = 0;
41
41
    virtual std::shared_ptr<ResourceCache> resource_cache() = 0;
42
 
    virtual std::shared_ptr<MessageProcessorReport> report() = 0;
43
42
 
44
43
protected:
45
44
    ProtobufIpcFactory() {}