+// © 2016 and later: Unicode, Inc. and others.
+// License & terms of use: http://www.unicode.org/copyright.html
/*
**********************************************************************
- * Copyright (c) 2001-2006, International Business Machines
+ * Copyright (c) 2001-2007, International Business Machines
* Corporation and others. All Rights Reserved.
**********************************************************************
* Date Name Description
*
* @author Alan Liu
*/
-class U_I18N_API UnescapeTransliterator : public Transliterator {
+class UnescapeTransliterator : public Transliterator {
private:
/**
* ICU "poor man's RTTI", returns a UClassID for this class.
*/
- static UClassID U_EXPORT2 getStaticClassID();
+ U_I18N_API static UClassID U_EXPORT2 getStaticClassID();
protected: