summaryrefslogtreecommitdiff
path: root/qpid/cpp
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2007-08-08 12:23:45 +0000
committerAlan Conway <aconway@apache.org>2007-08-08 12:23:45 +0000
commitaa4926245d1d12f74638375fc0919b9c65d6a17b (patch)
treef8698664cb0c0e2ab5d51ced28f0df81c3a002ff /qpid/cpp
parentff7335299dc5e01b5ff89e5483e363ff1a09d8ea (diff)
downloadqpid-python-aa4926245d1d12f74638375fc0919b9c65d6a17b.tar.gz
Fixed include guard.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@563826 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp')
-rw-r--r--qpid/cpp/src/qpid/framing/Frame.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/qpid/cpp/src/qpid/framing/Frame.h b/qpid/cpp/src/qpid/framing/Frame.h
index 4a504a6b41..02ab15a828 100644
--- a/qpid/cpp/src/qpid/framing/Frame.h
+++ b/qpid/cpp/src/qpid/framing/Frame.h
@@ -1,5 +1,5 @@
-#ifndef _AMQFrame_
-#define _AMQFrame_
+#ifndef QPID_FRAMING_FRAME_H
+#define QPID_FRAMING_FRAME_H
/*
*
@@ -69,4 +69,4 @@ std::ostream& operator<<(std::ostream&, const Frame&);
}} // namespace qpid::framing
-#endif
+#endif /*!QPID_FRAMING_FRAME_H*/