8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-24 10:43:03 +01:00
firebird-mirror/extern/icu/source/layout/loengine.cpp

19 lines
306 B
C++
Raw Normal View History

2005-05-28 00:45:31 +02:00
/*
*
* (C) Copyright IBM Corp. 1998-2004 - All Rights Reserved
*
*/
#include "unicode/loengine.h"
/*
* This file is needed to make sure that the
* inline methods defined in loengine.h are
* exported by the build...
*/
#ifndef U_HIDE_OBSOLETE_API
const char ICULayoutEngine::fgClassID=0;
#endif