summaryrefslogtreecommitdiff
path: root/qpid/gentools/templ.cpp/MethodBodyClass.h.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'qpid/gentools/templ.cpp/MethodBodyClass.h.tmpl')
-rw-r--r--qpid/gentools/templ.cpp/MethodBodyClass.h.tmpl6
1 files changed, 3 insertions, 3 deletions
diff --git a/qpid/gentools/templ.cpp/MethodBodyClass.h.tmpl b/qpid/gentools/templ.cpp/MethodBodyClass.h.tmpl
index 1edd938d3d..5819a9cf9c 100644
--- a/qpid/gentools/templ.cpp/MethodBodyClass.h.tmpl
+++ b/qpid/gentools/templ.cpp/MethodBodyClass.h.tmpl
@@ -26,6 +26,9 @@
%{VLIST} * ${major}-${minor}
*/
+#ifndef qpid_framing_${CLASS}${METHOD}Body__
+#define qpid_framing_${CLASS}${METHOD}Body__
+
#include <string>
#include <sstream>
@@ -34,9 +37,6 @@
#include <Buffer.h>
#include <FieldTable.h>
-#ifndef _${CLASS}${METHOD}Body_
-#define _${CLASS}${METHOD}Body_
-
namespace qpid
{
namespace framing