X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/4388f060552cc537e71e957d32f35e9d75a61233..a01113dcd0f39d5da295ef82785beff9ed86fe38:/icuSources/common/appendable.cpp diff --git a/icuSources/common/appendable.cpp b/icuSources/common/appendable.cpp index 4d672fc0..fca3c1e4 100644 --- a/icuSources/common/appendable.cpp +++ b/icuSources/common/appendable.cpp @@ -1,10 +1,12 @@ +// © 2016 and later: Unicode, Inc. and others. +// License & terms of use: http://www.unicode.org/copyright.html /* ******************************************************************************* -* Copyright (C) 2011, International Business Machines +* Copyright (C) 2011-2012, International Business Machines * Corporation and others. All Rights Reserved. ******************************************************************************* * file name: appendable.cpp -* encoding: US-ASCII +* encoding: UTF-8 * tab size: 8 (not used) * indentation:4 * @@ -67,8 +69,6 @@ Appendable::getAppendBuffer(int32_t minCapacity, return scratch; } -UOBJECT_DEFINE_NO_RTTI_IMPLEMENTATION(Appendable) - // UnicodeStringAppendable is implemented in unistr.cpp. U_NAMESPACE_END