]> git.saurik.com Git - apple/icu.git/blob - icuSources/layout/loengine.cpp
ICU-6.2.21.tar.gz
[apple/icu.git] / icuSources / layout / loengine.cpp
1 /*
2 *
3 * (C) Copyright IBM Corp. 1998-2004 - All Rights Reserved
4 *
5 */
6
7 #include "unicode/loengine.h"
8
9
10 /*
11 * This file is needed to make sure that the
12 * inline methods defined in loengine.h are
13 * exported by the build...
14 */
15
16 #ifndef U_HIDE_OBSOLETE_API
17 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(ICULayoutEngine)
18 #endif