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 | 747e8f422eca6cb2cbf430c21e32176211e9c7bc (patch) | |
tree | 75b3a0a79372df75771decc7f7e77289f4f42100 /cpp/examples | |
parent | 972334fe845b22a3208be4e6892c62265f822c1b (diff) | |
download | qpid-python-747e8f422eca6cb2cbf430c21e32176211e9c7bc.tar.gz |
Fixed stray #include QpidError.h missed in previous commit.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@588780 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/examples')
-rw-r--r-- | cpp/examples/create_queue.cpp | 2 | ||||
-rw-r--r-- | cpp/examples/topic_listener.cpp | 2 | ||||
-rw-r--r-- | cpp/examples/topic_publisher.cpp | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/cpp/examples/create_queue.cpp b/cpp/examples/create_queue.cpp index 7ac18a829a..ad9805187b 100644 --- a/cpp/examples/create_queue.cpp +++ b/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/cpp/examples/topic_listener.cpp b/cpp/examples/topic_listener.cpp index 4d8f7e1e57..0cab8c5621 100644 --- a/cpp/examples/topic_listener.cpp +++ b/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/cpp/examples/topic_publisher.cpp b/cpp/examples/topic_publisher.cpp index 03048fc813..7a1cd6a22b 100644 --- a/cpp/examples/topic_publisher.cpp +++ b/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" |