]> git.saurik.com Git - apple/icu.git/blame - icuSources/common/resource.cpp
ICU-62107.0.1.tar.gz
[apple/icu.git] / icuSources / common / resource.cpp
CommitLineData
f3c0d7a5
A
1// © 2016 and later: Unicode, Inc. and others.
2// License & terms of use: http://www.unicode.org/copyright.html
2ca993e8
A
3/*
4*******************************************************************************
f3c0d7a5 5* Copyright (C) 2015-2016, International Business Machines
2ca993e8
A
6* Corporation and others. All Rights Reserved.
7*******************************************************************************
8* resource.cpp
9*
10* created on: 2015nov04
11* created by: Markus W. Scherer
12*/
13
14#include "resource.h"
15
2ca993e8
A
16U_NAMESPACE_BEGIN
17
18ResourceValue::~ResourceValue() {}
19
f3c0d7a5 20ResourceSink::~ResourceSink() {}
2ca993e8
A
21
22U_NAMESPACE_END