From 3ff35b94f59f92bf33c8f4d29643c4ad899b4673 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Mon, 2 Jun 2008 21:38:25 +0000 Subject: Separate option parsing from qpid::client::ClientSettings. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@662581 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/tests/SimpleTestCaseBase.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpp/src/tests/SimpleTestCaseBase.cpp') diff --git a/cpp/src/tests/SimpleTestCaseBase.cpp b/cpp/src/tests/SimpleTestCaseBase.cpp index 0111e030fb..2739734731 100644 --- a/cpp/src/tests/SimpleTestCaseBase.cpp +++ b/cpp/src/tests/SimpleTestCaseBase.cpp @@ -47,7 +47,7 @@ void SimpleTestCaseBase::report(client::Message& report) } } -SimpleTestCaseBase::Sender::Sender(ConnectionSettings& options, +SimpleTestCaseBase::Sender::Sender(ConnectionOptions& options, const Exchange& _exchange, const std::string& _key, const int _messages) @@ -67,7 +67,7 @@ void SimpleTestCaseBase::Sender::start(){ stop(); } -SimpleTestCaseBase::Worker::Worker(ConnectionSettings& options, const int _messages) : +SimpleTestCaseBase::Worker::Worker(ConnectionOptions& options, const int _messages) : messages(_messages), count(0) { connection.open(options.host, options.port); -- cgit v1.2.1