diff options
author | Jonathan Kew <jfkthame@googlemail.com> | 2007-11-21 12:29:46 +0000 |
---|---|---|
committer | Jonathan Kew <jfkthame@googlemail.com> | 2007-11-21 12:29:46 +0000 |
commit | 952d69f85d43b087ce9fa79d3fc6f1c076000bc7 (patch) | |
tree | dd6937a6486e80e1638618308481075efab000ae /Build/source/libs/icu-xetex/common/serv.h | |
parent | 888236cb9df7b7d7b5a3e2d784037a9a59511c53 (diff) |
updated icu-xetex library for XeTeX 0.997
git-svn-id: svn://tug.org/texlive/trunk@5536 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/icu-xetex/common/serv.h')
-rw-r--r-- | Build/source/libs/icu-xetex/common/serv.h | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/Build/source/libs/icu-xetex/common/serv.h b/Build/source/libs/icu-xetex/common/serv.h index 835eb934334..72f0a9f4aee 100644 --- a/Build/source/libs/icu-xetex/common/serv.h +++ b/Build/source/libs/icu-xetex/common/serv.h @@ -1,6 +1,6 @@ /** ******************************************************************************* - * Copyright (C) 2001-2005, International Business Machines Corporation. * + * Copyright (C) 2001-2006, International Business Machines Corporation. * * All Rights Reserved. * ******************************************************************************* */ @@ -26,6 +26,7 @@ U_NAMESPACE_END #include "unicode/unistr.h" #include "unicode/locid.h" +#include "unicode/umisc.h" #include "hash.h" #include "uvector.h" @@ -436,11 +437,6 @@ private: U_CAPI void U_EXPORT2 userv_deleteStringPair(void *obj); -/** - * Opaque type returned by registerInstance and registerFactory. - */ -typedef const void* URegistryKey; - /******************************************************************* * ICUService */ |