~mhr3/unity-scopes-api/merge-trunk

« back to all changes in this revision

Viewing changes to include/unity/scopes/internal/zmq_middleware/ReplyI.h

  • Committer: Michi Henning
  • Date: 2014-07-29 09:33:53 UTC
  • mfrom: (425 devel)
  • mto: This revision was merged to the branch mainline in revision 427.
  • Revision ID: michi.henning@canonical.com-20140729093353-ndu77ndikxqtaqsc
Merged devel and fixed conflicts.

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
    virtual void finished_(Current const& current,
49
49
                           capnp::AnyPointer::Reader& in_params,
50
50
                           capnproto::Response::Builder& r);
 
51
    virtual void info_(Current const& current,
 
52
                       capnp::AnyPointer::Reader& in_params,
 
53
                       capnproto::Response::Builder& r);
51
54
};
52
55
 
53
56
} // namespace zmq_middleware