NO-JIRA: [C++ binding] Add error_loop to fwd.hpp
Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/9de1cc1a Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/9de1cc1a Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/9de1cc1a Branch: refs/heads/master Commit: 9de1cc1ae6867ceb9d0bec5f84f06ec7b77ee05f Parents: 5bce0dc Author: Andrew Stitcher <[email protected]> Authored: Mon Feb 6 17:00:09 2017 -0500 Committer: Andrew Stitcher <[email protected]> Committed: Wed Feb 8 14:39:21 2017 -0500 ---------------------------------------------------------------------- proton-c/bindings/cpp/include/proton/fwd.hpp | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/9de1cc1a/proton-c/bindings/cpp/include/proton/fwd.hpp ---------------------------------------------------------------------- diff --git a/proton-c/bindings/cpp/include/proton/fwd.hpp b/proton-c/bindings/cpp/include/proton/fwd.hpp index 3ed9283..54d7646 100644 --- a/proton-c/bindings/cpp/include/proton/fwd.hpp +++ b/proton-c/bindings/cpp/include/proton/fwd.hpp @@ -31,6 +31,7 @@ class container; class delivery; class error_condition; class event; +class event_loop; class message; class message_id; class messaging_handler; --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
