X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/73c04bcfe1096173b00431f0cdc742894b15eef0..a01113dcd0f39d5da295ef82785beff9ed86fe38:/icuSources/i18n/tolowtrn.h diff --git a/icuSources/i18n/tolowtrn.h b/icuSources/i18n/tolowtrn.h index 77af67a6..e3114312 100644 --- a/icuSources/i18n/tolowtrn.h +++ b/icuSources/i18n/tolowtrn.h @@ -1,6 +1,8 @@ +// © 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 @@ -24,7 +26,7 @@ U_NAMESPACE_BEGIN * case mapping. * @author Alan Liu */ -class U_I18N_API LowercaseTransliterator : public CaseMapTransliterator { +class LowercaseTransliterator : public CaseMapTransliterator { public: @@ -44,11 +46,6 @@ class U_I18N_API LowercaseTransliterator : public CaseMapTransliterator { */ LowercaseTransliterator(const LowercaseTransliterator&); - /** - * Assignment operator. - */ - LowercaseTransliterator& operator=(const LowercaseTransliterator&); - /** * Transliterator API. * @return a copy of the object. @@ -63,7 +60,13 @@ class U_I18N_API LowercaseTransliterator : public CaseMapTransliterator { /** * ICU "poor man's RTTI", returns a UClassID for this class. */ - static UClassID U_EXPORT2 getStaticClassID(); + U_I18N_API static UClassID U_EXPORT2 getStaticClassID(); +private: + + /** + * Assignment operator. + */ + LowercaseTransliterator& operator=(const LowercaseTransliterator&); }; U_NAMESPACE_END