diff options
author | Alan Conway <aconway@apache.org> | 2008-06-02 21:38:25 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2008-06-02 21:38:25 +0000 |
commit | 3ff35b94f59f92bf33c8f4d29643c4ad899b4673 (patch) | |
tree | f45d78a5d4a03408e813cc1fc82f7ba749053d44 /cpp/src/tests/BasicPubSubTest.h | |
parent | 93aa60d35700a912d47719770f294135292359e6 (diff) | |
download | qpid-python-3ff35b94f59f92bf33c8f4d29643c4ad899b4673.tar.gz |
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
Diffstat (limited to 'cpp/src/tests/BasicPubSubTest.h')
-rw-r--r-- | cpp/src/tests/BasicPubSubTest.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/tests/BasicPubSubTest.h b/cpp/src/tests/BasicPubSubTest.h index a6d794c5b6..242d2847d7 100644 --- a/cpp/src/tests/BasicPubSubTest.h +++ b/cpp/src/tests/BasicPubSubTest.h @@ -43,7 +43,7 @@ class BasicPubSubTest : public SimpleTestCaseBase class Receiver; class MultiReceiver; public: - void assign(const std::string& role, framing::FieldTable& params, ConnectionSettings& options); + void assign(const std::string& role, framing::FieldTable& params, ConnectionOptions& options); }; } |