]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/tools/ctestfw/unicode/datamap.h
ICU-57166.0.1.tar.gz
[apple/icu.git] / icuSources / tools / ctestfw / unicode / datamap.h
index bd812796ecc0ece9b3234510da84f6c3c8213bbf..00d8b05eaca1b877c5e245347b4d8699ad2cb585 100644 (file)
@@ -1,6 +1,6 @@
 /********************************************************************
  * 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 +12,8 @@
 #include "unicode/resbund.h"
 #include "unicode/testtype.h"
 
+
+
 U_NAMESPACE_BEGIN
 class Hashtable;
 U_NAMESPACE_END
@@ -24,10 +26,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 +133,6 @@ public:
   // ... etc ...
 };
 
+
 #endif