]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/tools/ctestfw/unicode/testlog.h
ICU-8.11.4.tar.gz
[apple/icu.git] / icuSources / tools / ctestfw / unicode / testlog.h
index 83abd5972d123122f18559118cd8025e546bd0db..a6c8f0d1f0c9c4ee98ed6a1094c252b1aaf104f8 100644 (file)
@@ -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.
  ********************************************************************/
 
 #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;
 };