From b6884d21a8a34ff40c808e154f96a4047391b298 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/qpid@563826 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/framing/Frame.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cpp/src') diff --git a/cpp/src/qpid/framing/Frame.h b/cpp/src/qpid/framing/Frame.h index 4a504a6b41..02ab15a828 100644 --- a/cpp/src/qpid/framing/Frame.h +++ b/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