summaryrefslogtreecommitdiff
path: root/cpp/examples
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/examples')
-rw-r--r--cpp/examples/create_queue.cpp2
-rw-r--r--cpp/examples/topic_listener.cpp2
-rw-r--r--cpp/examples/topic_publisher.cpp2
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"