diff options
| author | Kim van der Riet <kpvdr@apache.org> | 2007-01-16 13:09:50 +0000 |
|---|---|---|
| committer | Kim van der Riet <kpvdr@apache.org> | 2007-01-16 13:09:50 +0000 |
| commit | ee3afb3a36a707460f6c6bf3cd0b343e3e28a296 (patch) | |
| tree | dd43d45991c3ae50b7f7b0d5ee8e6d554279c926 /gentools/templ.cpp/AMQP_MethodVersionMap.h.tmpl | |
| parent | 8481cf3fd85c90e0bd465480b27509c273dee056 (diff) | |
| download | qpid-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_MethodVersionMap.h.tmpl')
| -rw-r--r-- | gentools/templ.cpp/AMQP_MethodVersionMap.h.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gentools/templ.cpp/AMQP_MethodVersionMap.h.tmpl b/gentools/templ.cpp/AMQP_MethodVersionMap.h.tmpl index 6db1ceae0c..c197871d4b 100644 --- a/gentools/templ.cpp/AMQP_MethodVersionMap.h.tmpl +++ b/gentools/templ.cpp/AMQP_MethodVersionMap.h.tmpl @@ -26,8 +26,8 @@ %{VLIST} * ${major}-${minor} */ -#ifndef _METHOD_VERSION_MAP_H_ -#define _METHOD_VERSION_MAP_H_ +#ifndef qpid_framing_AMQP_MethodVersionMap__ +#define qpid_framing_AMQP_MethodVersionMap__ #include <map> #include <AMQMethodBody.h> |
