summaryrefslogtreecommitdiff
path: root/cpp/lib/client/ClientQueue.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/lib/client/ClientQueue.h')
-rw-r--r--cpp/lib/client/ClientQueue.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/cpp/lib/client/ClientQueue.h b/cpp/lib/client/ClientQueue.h
index 037856ecd2..6b7aaf7c41 100644
--- a/cpp/lib/client/ClientQueue.h
+++ b/cpp/lib/client/ClientQueue.h
@@ -1,3 +1,6 @@
+#ifndef _client_ClientQueue_h
+#define _client_ClientQueue_h
+
/*
*
* Licensed to the Apache Software Foundation (ASF) under one
@@ -20,9 +23,6 @@
*/
#include <string>
-#ifndef _Queue_
-#define _Queue_
-
namespace qpid {
namespace client {
@@ -97,5 +97,4 @@ namespace client {
}
}
-
-#endif
+#endif /*!_client_ClientQueue_h*/