diff options
author | Gordon Sim <gsim@apache.org> | 2010-03-24 18:35:11 +0000 |
---|---|---|
committer | Gordon Sim <gsim@apache.org> | 2010-03-24 18:35:11 +0000 |
commit | b5d1ef6d40dced4d81d6e57b3ec748f4ac9284ee (patch) | |
tree | b27010210b5773be5cc3675f32e0b50b0e652ec3 /cpp/src/qpid/messaging | |
parent | d0cc60e1462d2a8258ebff5e36b19ca709d23d64 (diff) | |
download | qpid-python-b5d1ef6d40dced4d81d6e57b3ec748f4ac9284ee.tar.gz |
QPID-664: Updates to address options to stay in-line with python client changes in r926604
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@927144 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/messaging')
-rw-r--r-- | cpp/src/qpid/messaging/Address.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/messaging/Address.cpp b/cpp/src/qpid/messaging/Address.cpp index 057196a957..a5d0671360 100644 --- a/cpp/src/qpid/messaging/Address.cpp +++ b/cpp/src/qpid/messaging/Address.cpp @@ -114,7 +114,7 @@ void Address::setOptions(const Variant::Map& options) { impl->options = options; namespace{ const Variant EMPTY_VARIANT; const std::string EMPTY_STRING; -const std::string NODE_PROPERTIES="node-properties"; +const std::string NODE_PROPERTIES="node"; } const Variant& find(const Variant::Map& map, const std::string& key) |