diff options
| author | Gordon Sim <gsim@apache.org> | 2008-06-03 07:54:09 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2008-06-03 07:54:09 +0000 |
| commit | 7762cf0dcb407d41041b6c16ea26950d8949dc41 (patch) | |
| tree | 7fb4099534be73bd791441d41f51d987d8e8a156 /cpp/src/tests/TestOptions.h | |
| parent | e417ce5b5894d370aed8746091b12f11cd2768e7 (diff) | |
| download | qpid-python-7762cf0dcb407d41041b6c16ea26950d8949dc41.tar.gz | |
Reverted move of ConnectionOptions (without the parse functionality they aren't off much use).
Corrected include in ConnectionOptions.h
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@662681 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 365db59637..a400fe5ecb 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 "qpid/client/ConnectionOptions.h" +#include "ConnectionOptions.h" #include <iostream> #include <exception> @@ -69,7 +69,7 @@ struct TestOptions : public qpid::Options bool help; - qpid::client::ConnectionOptions con; + ConnectionOptions con; qpid::log::Options log; std::string helpText; }; |
