diff options
| author | Alan Conway <aconway@apache.org> | 2006-10-31 19:53:55 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2006-10-31 19:53:55 +0000 |
| commit | 5ca9ead92d3806d61e0bbfbb5134716a7c47b2ae (patch) | |
| tree | c4afb5283f58071ad5fcba4c895dd5b6aa42e59d /qpid/cpp/test/client/client_test.cpp | |
| parent | bcc0879b6eee7e831e869334a792704e7e22c26f (diff) | |
| download | qpid-python-5ca9ead92d3806d61e0bbfbb5134716a7c47b2ae.tar.gz | |
IO refactor phase 1. Reduced dependencies, removed redundant classes.
Renamed pricipal APR classes in preparation for move to apr namespace.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@469625 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/test/client/client_test.cpp')
| -rw-r--r-- | qpid/cpp/test/client/client_test.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qpid/cpp/test/client/client_test.cpp b/qpid/cpp/test/client/client_test.cpp index e1c7d56573..2a1f1a9747 100644 --- a/qpid/cpp/test/client/client_test.cpp +++ b/qpid/cpp/test/client/client_test.cpp @@ -22,7 +22,7 @@ #include "qpid/client/Connection.h" #include "qpid/client/Message.h" #include "qpid/client/MessageListener.h" -#include "qpid/concurrent/MonitorImpl.h" +#include "qpid/concurrent/Monitor.h" #include "qpid/framing/FieldTable.h" using namespace qpid::client; @@ -65,7 +65,7 @@ int main(int argc, char**) std::cout << "Bound queue to exchange." << std::endl; //set up a message listener - MonitorImpl monitor; + Monitor monitor; SimpleListener listener(&monitor); string tag("MyTag"); channel.consume(queue, tag, &listener); |
