X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/b75a7d8f3b4adbae880cab104ce2c6a50eee4db2..51004dcb01e06fef634b61be77ed73dd61cb6db9:/icuSources/test/perf/ubrkperf/ubrkperf.h diff --git a/icuSources/test/perf/ubrkperf/ubrkperf.h b/icuSources/test/perf/ubrkperf/ubrkperf.h index 1733c17d..0d9e9873 100644 --- a/icuSources/test/perf/ubrkperf/ubrkperf.h +++ b/icuSources/test/perf/ubrkperf/ubrkperf.h @@ -1,6 +1,6 @@ /* ********************************************************************** -* Copyright (c) 2002, International Business Machines +* Copyright (c) 2002-2011, International Business Machines * Corporation and others. All Rights Reserved. ********************************************************************** ********************************************************************** @@ -8,7 +8,7 @@ #ifndef _UBRKPERF_H #define _UBRKPERF_H -#include "uperf.h" +#include "unicode/uperf.h" #include @@ -104,13 +104,8 @@ public: }; class DarwinBreakFunction : public UPerfFunction { -#ifdef U_DARWIN public: virtual void call(UErrorCode *status) {}; -#else -public: - virtual void call(UErrorCode *status) {}; -#endif }; class BreakIteratorPerformanceTest : public UPerfTest {