2017-01-20 00:20:31 +00:00
|
|
|
// © 2016 and later: Unicode, Inc. and others.
|
2016-06-15 18:58:17 +00:00
|
|
|
// License & terms of use: http://www.unicode.org/copyright.html
|
2015-11-12 22:09:04 +00:00
|
|
|
/*
|
|
|
|
*******************************************************************************
|
2016-05-31 21:45:07 +00:00
|
|
|
* Copyright (C) 2015-2016, International Business Machines
|
|
|
|
* Corporation and others. All Rights Reserved.
|
2015-11-12 22:09:04 +00:00
|
|
|
*******************************************************************************
|
2015-11-18 00:18:28 +00:00
|
|
|
* resource.cpp
|
2015-11-12 22:09:04 +00:00
|
|
|
*
|
|
|
|
* created on: 2015nov04
|
|
|
|
* created by: Markus W. Scherer
|
|
|
|
*/
|
|
|
|
|
2015-11-18 00:18:28 +00:00
|
|
|
#include "resource.h"
|
2015-11-12 22:09:04 +00:00
|
|
|
|
|
|
|
U_NAMESPACE_BEGIN
|
|
|
|
|
2015-11-18 00:18:28 +00:00
|
|
|
ResourceValue::~ResourceValue() {}
|
2015-11-12 22:09:04 +00:00
|
|
|
|
2016-04-27 16:19:26 +00:00
|
|
|
ResourceSink::~ResourceSink() {}
|
2015-11-12 22:09:04 +00:00
|
|
|
|
|
|
|
U_NAMESPACE_END
|