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 | aa246ccdc99d8f52e971f424d11d2dbbeb9c00c4 (patch) | |
| tree | c029368b234b971d7a84775211531fc451223469 /qpid/gentools/templ.cpp/AMQP_MethodVersionMap.h.tmpl | |
| parent | 84644f36a168cd4558725c4977b39b9966b1289b (diff) | |
| download | qpid-python-aa246ccdc99d8f52e971f424d11d2dbbeb9c00c4.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@496678 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/gentools/templ.cpp/AMQP_MethodVersionMap.h.tmpl')
| -rw-r--r-- | qpid/gentools/templ.cpp/AMQP_MethodVersionMap.h.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qpid/gentools/templ.cpp/AMQP_MethodVersionMap.h.tmpl b/qpid/gentools/templ.cpp/AMQP_MethodVersionMap.h.tmpl index 6db1ceae0c..c197871d4b 100644 --- a/qpid/gentools/templ.cpp/AMQP_MethodVersionMap.h.tmpl +++ b/qpid/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> |
