You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by as...@apache.org on 2016/03/03 17:38:08 UTC

qpid-proton git commit: PROTON-1151: Missed object -> internal::object change

Repository: qpid-proton
Updated Branches:
  refs/heads/master 4d90acd6e -> 0a45ed1f5


PROTON-1151: Missed object -> internal::object change


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

Branch: refs/heads/master
Commit: 0a45ed1f5e1a0d411080076b6d14e1ff8e6f7355
Parents: 4d90acd
Author: Andrew Stitcher <as...@apache.org>
Authored: Thu Mar 3 11:37:12 2016 -0500
Committer: Andrew Stitcher <as...@apache.org>
Committed: Thu Mar 3 11:37:12 2016 -0500

----------------------------------------------------------------------
 proton-c/bindings/cpp/include/proton/transport.hpp | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/0a45ed1f/proton-c/bindings/cpp/include/proton/transport.hpp
----------------------------------------------------------------------
diff --git a/proton-c/bindings/cpp/include/proton/transport.hpp b/proton-c/bindings/cpp/include/proton/transport.hpp
index 0cb84f3..9e32ac5 100644
--- a/proton-c/bindings/cpp/include/proton/transport.hpp
+++ b/proton-c/bindings/cpp/include/proton/transport.hpp
@@ -40,13 +40,10 @@ class transport : public internal::object<pn_transport_t> {
     /// @endcond 
 
   public:
-    transport() : object<pn_transport_t>(0) {}
+    transport() : internal::object<pn_transport_t>(0) {}
 
-    /// @cond INTERNAL
-    /// XXX what if a transport is associated with multiple connections?
     /// Get the connection associated with this transport.
     PN_CPP_EXTERN class connection connection() const;
-    /// @endcond
 
     /// Get SSL information.
     PN_CPP_EXTERN class ssl ssl() const;


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