Repository: qpid-proton
Updated Branches:
  refs/heads/master 13364ad50 -> 4971ac573


PROTON-1179: Fix error_condition close tests to compile with older Linux headers


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

Branch: refs/heads/master
Commit: 4971ac573f8532b57b342fcc47972d07d0f29ca7
Parents: 13364ad
Author: Andrew Stitcher <[email protected]>
Authored: Thu Apr 21 00:41:48 2016 -0400
Committer: Andrew Stitcher <[email protected]>
Committed: Thu Apr 21 00:41:48 2016 -0400

----------------------------------------------------------------------
 proton-c/bindings/cpp/src/engine_test.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/4971ac57/proton-c/bindings/cpp/src/engine_test.cpp
----------------------------------------------------------------------
diff --git a/proton-c/bindings/cpp/src/engine_test.cpp 
b/proton-c/bindings/cpp/src/engine_test.cpp
index 319f25e..3bb154f 100644
--- a/proton-c/bindings/cpp/src/engine_test.cpp
+++ b/proton-c/bindings/cpp/src/engine_test.cpp
@@ -192,8 +192,8 @@ void test_endpoint_close() {
     e.a.connection().open_sender("x");
     e.a.connection().open_receiver("y");
     while (ha.links.size() < 2 || hb.links.size() < 2) e.process();
-    link ax = quick_pop(ha.links), ay = quick_pop(ha.links);
-    link bx = quick_pop(hb.links), by = quick_pop(hb.links);
+    proton::link ax = quick_pop(ha.links), ay = quick_pop(ha.links);
+    proton::link bx = quick_pop(hb.links), by = quick_pop(hb.links);
 
     // Close a link
     ax.close(proton::error_condition("err", "foo bar"));


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to