// © 2017 and later: Unicode, Inc. and others. // License & terms of use: http://www.unicode.org/copyright.html /* ******************************************************************************* * * Copyright (C) 2009, International Business Machines * Corporation and others. All Rights Reserved. * ******************************************************************************* */ #ifndef _COLL_FE #define _COLL_FE #include #include #if defined(XP_CPLUSPLUS) class GLUE_SYM( GlueFECollator ) : public Collator { }; #endif /* XP_CPLUSPLUS */ #endif