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/TestCase.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpp/src/tests/TestCase.h') diff --git a/cpp/src/tests/TestCase.h b/cpp/src/tests/TestCase.h index 7926c4fe1d..ba3330c951 100644 --- a/cpp/src/tests/TestCase.h +++ b/cpp/src/tests/TestCase.h @@ -21,7 +21,7 @@ * */ -#include "qpid/client/ConnectionSettings.h" +#include "ConnectionOptions.h" #include "qpid/client/Message.h" @@ -39,7 +39,7 @@ public: * may be 'activated' at this stage others may require an explicit * start request. */ - virtual void assign(const std::string& role, framing::FieldTable& params, client::ConnectionSettings& options) = 0; + virtual void assign(const std::string& role, framing::FieldTable& params, client::ConnectionOptions& options) = 0; /** * Each test will be started on its own thread, which should block * until the test completes (this may or may not require an -- cgit v1.2.1