X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/b75a7d8f3b4adbae880cab104ce2c6a50eee4db2..3d1f044b704633e2e541231cd17ae9ecf9ad5c7a:/icuSources/test/perf/ubrkperf/ubrkperf.h?ds=inline diff --git a/icuSources/test/perf/ubrkperf/ubrkperf.h b/icuSources/test/perf/ubrkperf/ubrkperf.h index 1733c17d..bc028da4 100644 --- a/icuSources/test/perf/ubrkperf/ubrkperf.h +++ b/icuSources/test/perf/ubrkperf/ubrkperf.h @@ -1,6 +1,10 @@ /* +*********************************************************************** +* © 2016 and later: Unicode, Inc. and others. +* License & terms of use: http://www.unicode.org/copyright.html#License +*********************************************************************** ********************************************************************** -* Copyright (c) 2002, International Business Machines +* Copyright (c) 2002-2011, International Business Machines * Corporation and others. All Rights Reserved. ********************************************************************** ********************************************************************** @@ -8,7 +12,7 @@ #ifndef _UBRKPERF_H #define _UBRKPERF_H -#include "uperf.h" +#include "unicode/uperf.h" #include @@ -104,13 +108,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 {