NO-JIRA: removed unnecessary declarations
Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/f6aca307 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/f6aca307 Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/f6aca307 Branch: refs/heads/master Commit: f6aca307033e97c72cc395f8140ee124ab96a294 Parents: 3faacc5 Author: Andrew Stitcher <[email protected]> Authored: Tue Jan 19 15:58:21 2016 -0500 Committer: Andrew Stitcher <[email protected]> Committed: Wed Jan 20 00:55:55 2016 -0500 ---------------------------------------------------------------------- proton-c/bindings/cpp/include/proton/endpoint.hpp | 1 - proton-c/bindings/cpp/include/proton/session.hpp | 1 - proton-c/bindings/cpp/src/connector.hpp | 3 --- 3 files changed, 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/f6aca307/proton-c/bindings/cpp/include/proton/endpoint.hpp ---------------------------------------------------------------------- diff --git a/proton-c/bindings/cpp/include/proton/endpoint.hpp b/proton-c/bindings/cpp/include/proton/endpoint.hpp index 9e6fa8d..529a60b 100644 --- a/proton-c/bindings/cpp/include/proton/endpoint.hpp +++ b/proton-c/bindings/cpp/include/proton/endpoint.hpp @@ -28,7 +28,6 @@ namespace proton { class handler; class connection; -class transport; class session; class link; http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/f6aca307/proton-c/bindings/cpp/include/proton/session.hpp ---------------------------------------------------------------------- diff --git a/proton-c/bindings/cpp/include/proton/session.hpp b/proton-c/bindings/cpp/include/proton/session.hpp index 0f7c946..5b5c67a 100644 --- a/proton-c/bindings/cpp/include/proton/session.hpp +++ b/proton-c/bindings/cpp/include/proton/session.hpp @@ -36,7 +36,6 @@ namespace proton { class container; class handler; -class transport; /** A session is a collection of links */ class session : public object<pn_session_t>, public endpoint http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/f6aca307/proton-c/bindings/cpp/src/connector.hpp ---------------------------------------------------------------------- diff --git a/proton-c/bindings/cpp/src/connector.hpp b/proton-c/bindings/cpp/src/connector.hpp index 65a1db4..0f98235 100644 --- a/proton-c/bindings/cpp/src/connector.hpp +++ b/proton-c/bindings/cpp/src/connector.hpp @@ -35,9 +35,6 @@ namespace proton { -class event; -class connection; -class transport; class reconnect_timer; class connector : public proton_handler --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
