summaryrefslogtreecommitdiff
path: root/gentools/templ.cpp/AMQP_ClientOperations.h.tmpl
diff options
context:
space:
mode:
authorKim van der Riet <kpvdr@apache.org>2007-01-16 13:09:50 +0000
committerKim van der Riet <kpvdr@apache.org>2007-01-16 13:09:50 +0000
commitee3afb3a36a707460f6c6bf3cd0b343e3e28a296 (patch)
treedd43d45991c3ae50b7f7b0d5ee8e6d554279c926 /gentools/templ.cpp/AMQP_ClientOperations.h.tmpl
parent8481cf3fd85c90e0bd465480b27509c273dee056 (diff)
downloadqpid-python-ee3afb3a36a707460f6c6bf3cd0b343e3e28a296.tar.gz
Fixed QPID-296 Header guards may not be compliant with C++ standard
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@496678 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'gentools/templ.cpp/AMQP_ClientOperations.h.tmpl')
-rw-r--r--gentools/templ.cpp/AMQP_ClientOperations.h.tmpl6
1 files changed, 3 insertions, 3 deletions
diff --git a/gentools/templ.cpp/AMQP_ClientOperations.h.tmpl b/gentools/templ.cpp/AMQP_ClientOperations.h.tmpl
index e7a9bb1933..a9fb0e0f69 100644
--- a/gentools/templ.cpp/AMQP_ClientOperations.h.tmpl
+++ b/gentools/templ.cpp/AMQP_ClientOperations.h.tmpl
@@ -26,10 +26,10 @@
%{VLIST} * ${major}-${minor}
*/
+#ifndef qpid_framing_AMQP_ClientOperations__
+#define qpid_framing_AMQP_ClientOperations__
+
#include <sstream>
-
-#ifndef _AMQP_ClientOperations_
-#define _AMQP_ClientOperations_
#include <FieldTable.h>
#include <ProtocolVersion.h>