/
githubmirror
/
icu
Обзор
Документация
Войти
/
githubmirror
/
icu
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
icu4c/source/common/resource.cpp
22 строки
588 B
Andy Heninger
ICU-12764 icu4c utf-8 source files, update Copyright notices.
20 янв 2017, 03:20
20 янв 2017, 03:20
242e02c
Код
Авторство
О чём код?
// © 2016 and later: Unicode, Inc. and others. // License & terms of use: http://www.unicode.org/copyright.html /* ******************************************************************************* * Copyright (C) 2015-2016, International Business Machines * Corporation and others. All Rights Reserved. ******************************************************************************* * resource.cpp * * created on: 2015nov04 * created by: Markus W. Scherer */ #include "resource.h" U_NAMESPACE_BEGIN ResourceValue::~ResourceValue() {} ResourceSink::~ResourceSink() {} U_NAMESPACE_END