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 2017/10/15 15:26:49 UTC

qpid-proton git commit: PROTON-1369: Remove deprecation defines that are no longer needed

Repository: qpid-proton
Updated Branches:
  refs/heads/master 55564c80b -> 1d1bf7fdd


PROTON-1369: Remove deprecation defines that are no longer needed


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

Branch: refs/heads/master
Commit: 1d1bf7fddb74f0a66e7e6bb69f608b04ef40d0b4
Parents: 55564c8
Author: Justin Ross <jr...@apache.org>
Authored: Sun Oct 15 08:25:48 2017 -0700
Committer: Justin Ross <jr...@apache.org>
Committed: Sun Oct 15 08:25:48 2017 -0700

----------------------------------------------------------------------
 examples/cpp/broker.cpp            | 2 --
 examples/cpp/scheduled_send_03.cpp | 2 --
 2 files changed, 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/1d1bf7fd/examples/cpp/broker.cpp
----------------------------------------------------------------------
diff --git a/examples/cpp/broker.cpp b/examples/cpp/broker.cpp
index ea21e74..6637719 100644
--- a/examples/cpp/broker.cpp
+++ b/examples/cpp/broker.cpp
@@ -17,8 +17,6 @@
  * under the License.
  */
 
-#define PN_CPP_USE_DEPRECATED_API 1
-
 #include "options.hpp"
 
 #include <proton/connection.hpp>

http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/1d1bf7fd/examples/cpp/scheduled_send_03.cpp
----------------------------------------------------------------------
diff --git a/examples/cpp/scheduled_send_03.cpp b/examples/cpp/scheduled_send_03.cpp
index 3114157..9050429 100644
--- a/examples/cpp/scheduled_send_03.cpp
+++ b/examples/cpp/scheduled_send_03.cpp
@@ -19,8 +19,6 @@
  *
  */
 
-#define PN_CPP_USE_DEPRECATED_API 1
-
 #include "options.hpp"
 
 #include <proton/container.hpp>


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