1999-08-16 21:50:52 +00:00
|
|
|
|
/*
|
1999-11-22 21:47:27 +00:00
|
|
|
|
* Copyright <EFBFBD> {1997-1999}, International Business Machines Corporation and others. All Rights Reserved.
|
1999-08-16 21:50:52 +00:00
|
|
|
|
*****************************************************************************************
|
|
|
|
|
*
|
|
|
|
|
* File TXTBDRY.H
|
|
|
|
|
*
|
|
|
|
|
* Modification History:
|
|
|
|
|
*
|
|
|
|
|
* Date Name Description
|
|
|
|
|
* 02/18/97 aliu Added typedef for TextCount. Made DONE const.
|
|
|
|
|
* 05/07/97 aliu Fixed DLL declaration.
|
|
|
|
|
* 07/09/97 jfitz Obsolete. Now brkiter.h
|
|
|
|
|
*****************************************************************************************
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
#ifndef TXTBDRY_H
|
|
|
|
|
#define TXTBDRY_H
|
|
|
|
|
|
1999-12-28 23:57:50 +00:00
|
|
|
|
#include "unicode/brkiter.h"
|
1999-08-16 21:50:52 +00:00
|
|
|
|
|
|
|
|
|
#endif // _TXTBDRY
|
|
|
|
|
//eof
|
|
|
|
|
|