diff options
author | Alan Conway <aconway@apache.org> | 2008-06-18 17:53:30 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2008-06-18 17:53:30 +0000 |
commit | 9bf82c2c8c45a5228643a285f8db0b1061a69ad9 (patch) | |
tree | d38be99fcb793712c2a2b5fb56dcbbb8294ff818 /cpp/src/qpid/cluster/ClusterPlugin.cpp | |
parent | 02757b560356e0ddb090fbe103e0b65db6dbd3b3 (diff) | |
download | qpid-python-9bf82c2c8c45a5228643a285f8db0b1061a69ad9.tar.gz |
Bring cluster code up to date.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@669236 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/cluster/ClusterPlugin.cpp')
-rw-r--r-- | cpp/src/qpid/cluster/ClusterPlugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/cluster/ClusterPlugin.cpp b/cpp/src/qpid/cluster/ClusterPlugin.cpp index 0ea3953175..ceafa389b0 100644 --- a/cpp/src/qpid/cluster/ClusterPlugin.cpp +++ b/cpp/src/qpid/cluster/ClusterPlugin.cpp @@ -69,7 +69,7 @@ struct ClusterPlugin : public Plugin { cluster = boost::in_place(options.name, options.getUrl(broker->getPort()), boost::ref(*broker)); - broker->getPreviewSessionManager().add(cluster->getObserver()); + broker->getSessionManager().add(cluster->getObserver()); } } }; |