]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/tools/ctestfw/unicode/datamap.h
ICU-66108.tar.gz
[apple/icu.git] / icuSources / tools / ctestfw / unicode / datamap.h
index bd812796ecc0ece9b3234510da84f6c3c8213bbf..56e90763e61f4cc0d57acaf31b7a1885ccaf191e 100644 (file)
@@ -1,6 +1,8 @@
+// © 2016 and later: Unicode, Inc. and others.
+// License & terms of use: http://www.unicode.org/copyright.html
 /********************************************************************
  * COPYRIGHT: 
- * Copyright (c) 2002-2004, International Business Machines Corporation and
+ * Copyright (c) 2002-2006, International Business Machines Corporation and
  * others. All Rights Reserved.
  ********************************************************************/
 
@@ -12,6 +14,8 @@
 #include "unicode/resbund.h"
 #include "unicode/testtype.h"
 
+
+
 U_NAMESPACE_BEGIN
 class Hashtable;
 U_NAMESPACE_END
@@ -24,10 +28,10 @@ U_NAMESPACE_END
  */
 class T_CTEST_EXPORT_API DataMap {
 public:
-  virtual ~DataMap() {};
+  virtual ~DataMap();
 
 protected:
-  DataMap() {};
+  DataMap();
   int32_t utoi(const UnicodeString &s) const;
 
 
@@ -131,5 +135,6 @@ public:
   // ... etc ...
 };
 
+
 #endif