]>
Commit | Line | Data |
---|---|---|
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 |
16 | U_NAMESPACE_BEGIN |
17 | ||
18 | ResourceValue::~ResourceValue() {} | |
19 | ||
f3c0d7a5 | 20 | ResourceSink::~ResourceSink() {} |
2ca993e8 A |
21 | |
22 | U_NAMESPACE_END |