diff options
author | Gordon Sim <gsim@apache.org> | 2008-06-03 07:38:38 +0000 |
---|---|---|
committer | Gordon Sim <gsim@apache.org> | 2008-06-03 07:38:38 +0000 |
commit | e417ce5b5894d370aed8746091b12f11cd2768e7 (patch) | |
tree | ac1777863157ca9f37cf987e1ad3c7376d8233f7 /cpp/src/tests/TestOptions.h | |
parent | cccdaa4e8af53d73a7303d07569ed86953441cce (diff) | |
download | qpid-python-e417ce5b5894d370aed8746091b12f11cd2768e7.tar.gz |
Move ConnectionOptions into qpid::client.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@662675 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests/TestOptions.h')
-rw-r--r-- | cpp/src/tests/TestOptions.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/tests/TestOptions.h b/cpp/src/tests/TestOptions.h index a400fe5ecb..365db59637 100644 --- a/cpp/src/tests/TestOptions.h +++ b/cpp/src/tests/TestOptions.h @@ -26,7 +26,7 @@ #include "qpid/Url.h" #include "qpid/log/Logger.h" #include "qpid/client/Connection.h" -#include "ConnectionOptions.h" +#include "qpid/client/ConnectionOptions.h" #include <iostream> #include <exception> @@ -69,7 +69,7 @@ struct TestOptions : public qpid::Options bool help; - ConnectionOptions con; + qpid::client::ConnectionOptions con; qpid::log::Options log; std::string helpText; }; |