X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/374ca955a76ecab1204ca8bfa63ff9238d998416..f59164e3d128c7675a4d3934206346a3384e53a5:/icuSources/tools/ctestfw/unicode/datamap.h diff --git a/icuSources/tools/ctestfw/unicode/datamap.h b/icuSources/tools/ctestfw/unicode/datamap.h index bd812796..00d8b05e 100644 --- a/icuSources/tools/ctestfw/unicode/datamap.h +++ b/icuSources/tools/ctestfw/unicode/datamap.h @@ -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