dbd2653078
X-SVN-Rev: 9765
27 lines
690 B
C++
27 lines
690 B
C++
/*
|
|
**********************************************************************
|
|
* Copyright (C) 1999-2001, International Business Machines
|
|
* Corporation and others. All Rights Reserved.
|
|
**********************************************************************
|
|
* file name: bidi.cpp
|
|
* encoding: US-ASCII
|
|
* tab size: 8 (not used)
|
|
* indentation:4
|
|
*
|
|
* created on: 1999sep15
|
|
* created by: Markus W. Scherer
|
|
*/
|
|
|
|
// provide an object for the implementations of the member functions of BiDi
|
|
#include "unicode/utypes.h"
|
|
|
|
#ifdef ICU_UBIDI_USE_DEPRECATES
|
|
#include "unicode/bidi.h"
|
|
|
|
U_NAMESPACE_BEGIN
|
|
|
|
const char BiDi::fgClassID=0;
|
|
|
|
U_NAMESPACE_END
|
|
#endif /* ICU_UBIDI_USE_DEPRECATES */
|