summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/tests/TestCase.h
diff options
context:
space:
mode:
authorGordon Sim <gsim@apache.org>2008-04-29 20:15:18 +0000
committerGordon Sim <gsim@apache.org>2008-04-29 20:15:18 +0000
commit414f520f8b730c8437ed9c42628f07824a7e9dd1 (patch)
treefca4fab15a6fde4943288cc8efe8c7b06a2cd787 /qpid/cpp/src/tests/TestCase.h
parent6915cc6324acacbbe7707e19573f0e35c5010e85 (diff)
downloadqpid-python-414f520f8b730c8437ed9c42628f07824a7e9dd1.tar.gz
QPID-974: allow the size of the queue of outgoing frames to be restricted
QPID-544: tidy up configuration (ensuring desired settings are used correctly, allowing tcp socket options to be set etc) git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@652083 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/TestCase.h')
-rw-r--r--qpid/cpp/src/tests/TestCase.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/qpid/cpp/src/tests/TestCase.h b/qpid/cpp/src/tests/TestCase.h
index 07bdd68933..7926c4fe1d 100644
--- a/qpid/cpp/src/tests/TestCase.h
+++ b/qpid/cpp/src/tests/TestCase.h
@@ -21,8 +21,8 @@
*
*/
+#include "qpid/client/ConnectionSettings.h"
#include "qpid/client/Message.h"
-#include "TestOptions.h"
namespace qpid {
@@ -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, TestOptions& options) = 0;
+ virtual void assign(const std::string& role, framing::FieldTable& params, client::ConnectionSettings& 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