diff options
| author | Alan Conway <aconway@apache.org> | 2007-10-26 21:22:50 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2007-10-26 21:22:50 +0000 |
| commit | 4227539d7bb340ebf0c775329e2659f412e9c40f (patch) | |
| tree | 8125e896135f9837670179a5be824a05626991a8 /qpid/cpp/examples | |
| parent | fb2b47b9e2f834bdcf5c3d13faed7e778384cf5a (diff) | |
| download | qpid-python-4227539d7bb340ebf0c775329e2659f412e9c40f.tar.gz | |
Fixed stray #include QpidError.h missed in previous commit.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@588780 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/examples')
| -rw-r--r-- | qpid/cpp/examples/create_queue.cpp | 2 | ||||
| -rw-r--r-- | qpid/cpp/examples/topic_listener.cpp | 2 | ||||
| -rw-r--r-- | qpid/cpp/examples/topic_publisher.cpp | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/qpid/cpp/examples/create_queue.cpp b/qpid/cpp/examples/create_queue.cpp index 7ac18a829a..ad9805187b 100644 --- a/qpid/cpp/examples/create_queue.cpp +++ b/qpid/cpp/examples/create_queue.cpp @@ -34,7 +34,7 @@ * subscriber shutdown. */ -#include "qpid/QpidError.h" +#include "qpid/Exception.h" #include "qpid/client/Channel.h" #include "qpid/client/Connection.h" #include "qpid/client/Exchange.h" diff --git a/qpid/cpp/examples/topic_listener.cpp b/qpid/cpp/examples/topic_listener.cpp index 4d8f7e1e57..0cab8c5621 100644 --- a/qpid/cpp/examples/topic_listener.cpp +++ b/qpid/cpp/examples/topic_listener.cpp @@ -34,7 +34,7 @@ * subscriber shutdown. */ -#include "qpid/QpidError.h" +#include "qpid/Exception.h" #include "qpid/client/Channel.h" #include "qpid/client/Connection.h" #include "qpid/client/Exchange.h" diff --git a/qpid/cpp/examples/topic_publisher.cpp b/qpid/cpp/examples/topic_publisher.cpp index 03048fc813..7a1cd6a22b 100644 --- a/qpid/cpp/examples/topic_publisher.cpp +++ b/qpid/cpp/examples/topic_publisher.cpp @@ -34,7 +34,7 @@ * subscriber shutdown. */ -#include "qpid/QpidError.h" +#include "qpid/Exception.h" #include "qpid/client/Channel.h" #include "qpid/client/Connection.h" #include "qpid/client/Exchange.h" |
