You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by jr...@apache.org on 2016/06/23 16:43:46 UTC

qpid-proton git commit: PROTON-1200: Add back the experimental flag, as was done for the 0.13.0 release

Repository: qpid-proton
Updated Branches:
  refs/heads/master 08bfb9fae -> 7c78b145b


PROTON-1200: Add back the experimental flag, as was done for the 0.13.0 release


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

Branch: refs/heads/master
Commit: 7c78b145b35bb8a98b00ef1a9c98280602fc7664
Parents: 08bfb9f
Author: Justin Ross <jr...@apache.org>
Authored: Thu Jun 23 09:43:34 2016 -0700
Committer: Justin Ross <jr...@apache.org>
Committed: Thu Jun 23 09:43:34 2016 -0700

----------------------------------------------------------------------
 proton-c/bindings/cpp/include/proton/container.hpp | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/7c78b145/proton-c/bindings/cpp/include/proton/container.hpp
----------------------------------------------------------------------
diff --git a/proton-c/bindings/cpp/include/proton/container.hpp b/proton-c/bindings/cpp/include/proton/container.hpp
index cbf6e7d..e728ce2 100644
--- a/proton-c/bindings/cpp/include/proton/container.hpp
+++ b/proton-c/bindings/cpp/include/proton/container.hpp
@@ -116,7 +116,8 @@ class PN_CPP_CLASS_EXTERN container {
     /// auto_stop is set by default when a new container is created.
     virtual void auto_stop(bool) = 0;
 
-    /// Stop the container with an error_condition err.
+    /// **Experimental** - Stop the container with an error_condition
+    /// err.
     ///
     ///  - Abort all open connections and listeners.
     ///  - Process final handler events and injected functions
@@ -124,7 +125,9 @@ class PN_CPP_CLASS_EXTERN container {
     ///  - run() will return in all threads.
     virtual void stop(const error_condition& err) = 0;
 
-    /// Stop the container with an empty error condition.
+    /// **Experimental** - Stop the container with an empty error
+    /// condition.
+    ///
     /// @see stop(const error_condition&)
     virtual void stop() = 0;
 


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