X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/729e4ab9bc6618bc3d8a898e575df7f4019e29ca..4f1e1a09ce4daed860e35d359ce2fceccb0764e8:/icuSources/common/errorcode.cpp?ds=sidebyside diff --git a/icuSources/common/errorcode.cpp b/icuSources/common/errorcode.cpp index 4ff151e3..e7ac43b5 100644 --- a/icuSources/common/errorcode.cpp +++ b/icuSources/common/errorcode.cpp @@ -1,12 +1,14 @@ +// © 2016 and later: Unicode, Inc. and others. +// License & terms of use: http://www.unicode.org/copyright.html /* ******************************************************************************* * -* Copyright (C) 2009, International Business Machines +* Copyright (C) 2009-2011, International Business Machines * Corporation and others. All Rights Reserved. * ******************************************************************************* * file name: errorcode.cpp -* encoding: US-ASCII +* encoding: UTF-8 * tab size: 8 (not used) * indentation:4 * @@ -19,6 +21,8 @@ U_NAMESPACE_BEGIN +ErrorCode::~ErrorCode() {} + UErrorCode ErrorCode::reset() { UErrorCode code = errorCode; errorCode = U_ZERO_ERROR;