diff options
| author | Alan Conway <aconway@apache.org> | 2010-05-11 14:39:58 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2010-05-11 14:39:58 +0000 |
| commit | c08e37e25cd18d2af78ed55b3c27047f41989672 (patch) | |
| tree | 59fb80994db731fabe19897c95a6912e68716360 /cpp/src/qpid/cluster/MemberSet.cpp | |
| parent | 22fdcb1a682febee28d1d5f88f24fca81aaece5c (diff) | |
| download | qpid-python-c08e37e25cd18d2af78ed55b3c27047f41989672.tar.gz | |
Support for multiple protocols in qpid::Url.
- simplified qpid::Address to hold (protocol,host,port) triples.
- protocol plugins call Url:addProtocol to add tags to Url parser.
- use Address::protocol when establishing connections.
- ssl_test: tests using URL to connect.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@943130 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/cluster/MemberSet.cpp')
| -rw-r--r-- | cpp/src/qpid/cluster/MemberSet.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/qpid/cluster/MemberSet.cpp b/cpp/src/qpid/cluster/MemberSet.cpp index 0fdf4a8f96..97748947b3 100644 --- a/cpp/src/qpid/cluster/MemberSet.cpp +++ b/cpp/src/qpid/cluster/MemberSet.cpp @@ -20,6 +20,7 @@ */ #include "MemberSet.h" #include <ostream> +#include <iterator> #include <algorithm> namespace qpid { |
