/*
-* Copyright (C) {1999}, International Business Machines Corporation and others. All Rights Reserved.
+* Copyright (C) 1999-2004, International Business Machines Corporation and others. All Rights Reserved.
**********************************************************************
* Date Name Description
* 11/17/99 aliu Creation.
#define RBT_DATA_H
#include "unicode/utypes.h"
+#include "unicode/uclean.h"
#if !UCONFIG_NO_TRANSLITERATION
*/
UnicodeReplacer* lookupReplacer(UChar32 standIn) const;
+
private:
TransliterationRuleData &operator=(const TransliterationRuleData &other); // forbid copying of this class
};