resource.cpp 588 B

1234567891011121314151617181920212223
  1. // © 2016 and later: Unicode, Inc. and others.
  2. // License & terms of use: http://www.unicode.org/copyright.html
  3. /*
  4. *******************************************************************************
  5. * Copyright (C) 2015-2016, International Business Machines
  6. * Corporation and others. All Rights Reserved.
  7. *******************************************************************************
  8. * resource.cpp
  9. *
  10. * created on: 2015nov04
  11. * created by: Markus W. Scherer
  12. */
  13. #include "resource.h"
  14. U_NAMESPACE_BEGIN
  15. ResourceValue::~ResourceValue() {}
  16. ResourceSink::~ResourceSink() {}
  17. U_NAMESPACE_END