Removed leading underscore from define

This commit is contained in:
Andreas Huggel 2004-01-25 16:57:18 +00:00
parent d4d94908cc
commit 8783278523
2 changed files with 8 additions and 8 deletions

View File

@ -21,13 +21,13 @@
/*!
@file tags.hpp
@brief %Exif tag and type information
@version $Name: $ $Revision: 1.5 $
@version $Name: $ $Revision: 1.6 $
@author Andreas Huggel (ahu)
<a href="mailto:ahuggel@gmx.net">ahuggel@gmx.net</a>
@date 15-Jan-03, ahu: created
*/
#ifndef _TAGS_HPP_
#define _TAGS_HPP_
#ifndef TAGS_HPP_
#define TAGS_HPP_
// *****************************************************************************
// included header files
@ -192,4 +192,4 @@ namespace Exif {
} // namespace Exif
#endif // #ifndef _TAGS_HPP_
#endif // #ifndef TAGS_HPP_

View File

@ -21,13 +21,13 @@
/*!
@file utils.hpp
@brief A collection of utility functions
@version $Name: $ $Revision: 1.3 $
@version $Name: $ $Revision: 1.4 $
@author Andreas Huggel (ahu)
<a href="mailto:ahuggel@gmx.net">ahuggel@gmx.net</a>
@date 12-Dec-03, ahu: created
*/
#ifndef _UTILS_HPP_
#define _UTILS_HPP_
#ifndef UTILS_HPP_
#define UTILS_HPP_
// *********************************************************************
// included header files
@ -169,4 +169,4 @@ private:
} // namespace Util
#endif // #ifndef _UTILS_HPP_
#endif // #ifndef UTILS_HPP_