Repository: qpid-proton Updated Branches: refs/heads/master 4fd08e09d -> 98baece77
NO-JIRA: c++ minor doc fix - condition() was renamed error() Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/98baece7 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/98baece7 Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/98baece7 Branch: refs/heads/master Commit: 98baece7707ba9a51ae71491e5420d2914b832b2 Parents: 4fd08e0 Author: Alan Conway <[email protected]> Authored: Tue Jun 13 15:54:40 2017 -0400 Committer: Alan Conway <[email protected]> Committed: Tue Jun 13 15:54:40 2017 -0400 ---------------------------------------------------------------------- proton-c/bindings/cpp/include/proton/messaging_handler.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/98baece7/proton-c/bindings/cpp/include/proton/messaging_handler.hpp ---------------------------------------------------------------------- diff --git a/proton-c/bindings/cpp/include/proton/messaging_handler.hpp b/proton-c/bindings/cpp/include/proton/messaging_handler.hpp index 6653c43..a5e2bdd 100644 --- a/proton-c/bindings/cpp/include/proton/messaging_handler.hpp +++ b/proton-c/bindings/cpp/include/proton/messaging_handler.hpp @@ -41,7 +41,7 @@ namespace proton { /// is called. /// - If `X` is closed with an error, then `on_X_error` is called, /// followed by `on_X_close`. The error condition is also available -/// in `on_X_close` from `X::condition()`. +/// in `on_X_close` from `X::error()`. /// /// By default, if you do not implement `on_X_error`, it will call /// `on_error`. If you do not implement `on_error` it will throw a --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
