scuffed-code/icu4c/source/layout/loengine.cpp
2004-10-19 06:25:41 +00:00

19 lines
317 B
C++

/*
*
* (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
UOBJECT_DEFINE_RTTI_IMPLEMENTATION(ICULayoutEngine)
#endif