diff options
| author | Kenneth Anthony Giusti <kgiusti@apache.org> | 2012-06-18 22:37:12 +0000 |
|---|---|---|
| committer | Kenneth Anthony Giusti <kgiusti@apache.org> | 2012-06-18 22:37:12 +0000 |
| commit | 52c2060c6ce8f86e509e2209aae87ad09bf70b8a (patch) | |
| tree | 2e56e171679bf672f743896d016de02620610d4f /cpp | |
| parent | 4a0c4b525bef8ca4b70ed4b2d2f89d1cb0cd1f58 (diff) | |
| download | qpid-python-52c2060c6ce8f86e509e2209aae87ad09bf70b8a.tar.gz | |
QPID-4063: remove spurious whitespace introduced in last commit.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1351519 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp')
| -rw-r--r-- | cpp/src/qpid/broker/Bridge.h | 1 | ||||
| -rwxr-xr-x | cpp/src/tests/federation.py | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/cpp/src/qpid/broker/Bridge.h b/cpp/src/qpid/broker/Bridge.h index 662590aa45..ee298afd45 100644 --- a/cpp/src/qpid/broker/Bridge.h +++ b/cpp/src/qpid/broker/Bridge.h @@ -58,7 +58,6 @@ class Bridge : public PersistableConfig, Bridge(const std::string& name, Link* link, framing::ChannelId id, CancellationListener l, const qmf::org::apache::qpid::broker::ArgsLinkBridge& args, - InitializeCallback init, const std::string& queueName="", const std::string& altExchange="" ); diff --git a/cpp/src/tests/federation.py b/cpp/src/tests/federation.py index fe037c720d..dcd074eda9 100755 --- a/cpp/src/tests/federation.py +++ b/cpp/src/tests/federation.py @@ -2328,7 +2328,6 @@ class FederationTests(TestBase010): self.verify_cleanup() - def test_multilink_shared_queue(self): """ Verify that two distinct links can be created between federated brokers. |
