+// © 2016 and later: Unicode, Inc. and others.
+// License & terms of use: http://www.unicode.org/copyright.html
/********************************************************************
* COPYRIGHT:
- * Copyright (c) 2002-2005, International Business Machines Corporation and
+ * Copyright (c) 2002-2006, International Business Machines Corporation and
* others. All Rights Reserved.
********************************************************************/
*/
class T_CTEST_EXPORT_API DataMap {
public:
- virtual ~DataMap() {};
+ virtual ~DataMap();
protected:
- DataMap() {};
+ DataMap();
int32_t utoi(const UnicodeString &s) const;