]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/common/appendable.cpp
ICU-64260.0.1.tar.gz
[apple/icu.git] / icuSources / common / appendable.cpp
index 4d672fc051540d596b7226063f9a8621a73792be..fca3c1e4133b8016f6b3ce152b4c88adff0967d8 100644 (file)
@@ -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