diff options
Diffstat (limited to 'cpp/src')
-rw-r--r-- | cpp/src/qpid/framing/Frame.h | 6 |
1 files changed, 3 insertions, 3 deletions
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*/ |