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_ClientOperations.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_ClientOperations.h.tmpl')
| -rw-r--r-- | gentools/templ.cpp/AMQP_ClientOperations.h.tmpl | 6 |
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> |
