X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/374ca955a76ecab1204ca8bfa63ff9238d998416..fd0068a84e9996f225edba706498f6ed413d0673:/icuSources/tools/ctestfw/unicode/testlog.h diff --git a/icuSources/tools/ctestfw/unicode/testlog.h b/icuSources/tools/ctestfw/unicode/testlog.h index 83abd597..a6c8f0d1 100644 --- a/icuSources/tools/ctestfw/unicode/testlog.h +++ b/icuSources/tools/ctestfw/unicode/testlog.h @@ -1,6 +1,6 @@ /******************************************************************** * COPYRIGHT: - * Copyright (c) 2004, International Business Machines Corporation and + * Copyright (c) 2004-2006, International Business Machines Corporation and * others. All Rights Reserved. ********************************************************************/ @@ -12,13 +12,15 @@ #define U_TESTFW_TESTLOG #include "unicode/unistr.h" +#include "unicode/testtype.h" /** Facilitates internal logging of data driven test service * It would be interesting to develop this into a full * fledged control system as in Java. */ -class TestLog { +class T_CTEST_EXPORT_API TestLog { public: + virtual ~TestLog(); virtual void errln( const UnicodeString &message ) = 0; virtual const char* getTestDataPath(UErrorCode& err) = 0; };