You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ac...@apache.org on 2018/11/02 20:46:52 UTC

[32/50] qpid-proton git commit: NO-JIRA: [cpp] document proton::condition operators == and <<

NO-JIRA: [cpp] document proton::condition operators == and <<


Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/77c63547
Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/77c63547
Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/77c63547

Branch: refs/heads/go1
Commit: 77c63547dbd8e22a8a69d188e9450f6e29554b0e
Parents: e2d1ffe
Author: Alan Conway <ac...@redhat.com>
Authored: Fri Jun 22 14:58:26 2018 -0400
Committer: Alan Conway <ac...@redhat.com>
Committed: Thu Sep 27 13:22:59 2018 -0400

----------------------------------------------------------------------
 cpp/include/proton/error_condition.hpp | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/77c63547/cpp/include/proton/error_condition.hpp
----------------------------------------------------------------------
diff --git a/cpp/include/proton/error_condition.hpp b/cpp/include/proton/error_condition.hpp
index cbd6e09..1ca7be8 100644
--- a/cpp/include/proton/error_condition.hpp
+++ b/cpp/include/proton/error_condition.hpp
@@ -101,11 +101,11 @@ class error_condition {
     /// @endcond
 };
 
-/// @cond INTERNAL
-// XXX Document these 
+/// @return true if name, description and properties are all equal
 PN_CPP_EXTERN bool operator==(const error_condition& x, const error_condition& y);
+
+/// Human readable string
 PN_CPP_EXTERN std::ostream& operator<<(std::ostream& o, const error_condition& err);
-/// @endcond
 
 } // proton
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org