11948b52df
X-SVN-Rev: 8977
18 lines
311 B
C++
18 lines
311 B
C++
/*
|
|
* @(#)loengine.cpp 1.0 00/12/07
|
|
*
|
|
* (C) Copyright IBM Corp. 1998, 1999, 2000 - 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...
|
|
*/
|
|
|
|
const char ICULayoutEngine::fgClassID=0;
|