diff -r 38e8ef00316e -r afcdb712a9c5 jdk/src/share/native/sun/font/layout/AttachmentPosnSubtables.h --- a/jdk/src/share/native/sun/font/layout/AttachmentPosnSubtables.h Mon Sep 28 11:52:22 2009 -0700 +++ b/jdk/src/share/native/sun/font/layout/AttachmentPosnSubtables.h Tue Sep 29 14:06:13 2009 -0700 @@ -32,12 +32,19 @@ #ifndef __ATTACHMENTPOSITIONINGSUBTABLES_H #define __ATTACHMENTPOSITIONINGSUBTABLES_H +/** + * \file + * \internal + */ + #include "LETypes.h" #include "OpenTypeTables.h" #include "GlyphPositioningTables.h" #include "ValueRecords.h" #include "GlyphIterator.h" +U_NAMESPACE_BEGIN + struct AttachmentPositioningSubtable : GlyphPositioningSubtable { Offset baseCoverageTableOffset; @@ -55,4 +62,6 @@ return getGlyphCoverage(baseCoverageTableOffset, baseGlyphID); } +U_NAMESPACE_END #endif +