From aa4926245d1d12f74638375fc0919b9c65d6a17b Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Wed, 8 Aug 2007 12:23:45 +0000 Subject: Fixed include guard. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@563826 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/src/qpid/framing/Frame.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'qpid/cpp/src') 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*/ -- cgit v1.2.1