OLD | NEW |
| (Empty) |
1 /* | |
2 ******************************************************************************* | |
3 * Copyright (C) 2004-2010, International Business Machines | |
4 * Corporation and others. All Rights Reserved. | |
5 ******************************************************************************* | |
6 * | |
7 * file name: udeprctd.h | |
8 * encoding: US-ASCII | |
9 * tab size: 8 (not used) | |
10 * indentation:4 | |
11 * | |
12 * Created by: genheaders.pl, a perl script written by Ram Viswanadha | |
13 * | |
14 * Contains data for commenting out APIs. | |
15 * Gets included by umachine.h | |
16 * | |
17 * THIS FILE IS MACHINE-GENERATED, DON'T PLAY WITH IT IF YOU DON'T KNOW WHAT | |
18 * YOU ARE DOING, OTHERWISE VERY BAD THINGS WILL HAPPEN! | |
19 */ | |
20 | |
21 #ifndef UDEPRCTD_H | |
22 #define UDEPRCTD_H | |
23 | |
24 #ifdef U_HIDE_DEPRECATED_API | |
25 | |
26 # if U_DISABLE_RENAMING | |
27 # define ucol_getContractions ucol_getContractions_DEPRECATED_API_DO_NOT_
USE | |
28 # define ucol_getLocale ucol_getLocale_DEPRECATED_API_DO_NOT_USE | |
29 # define ures_countArrayItems ures_countArrayItems_DEPRECATED_API_DO_NOT_
USE | |
30 # define ures_getLocale ures_getLocale_DEPRECATED_API_DO_NOT_USE | |
31 # define ures_getVersionNumber ures_getVersionNumber_DEPRECATED_API_DO_NO
T_USE | |
32 # define utrans_getAvailableID utrans_getAvailableID_DEPRECATED_API_DO_NO
T_USE | |
33 # define utrans_getID utrans_getID_DEPRECATED_API_DO_NOT_USE | |
34 # define utrans_open utrans_open_DEPRECATED_API_DO_NOT_USE | |
35 # define utrans_unregister utrans_unregister_DEPRECATED_API_DO_NOT_USE | |
36 # else | |
37 # define ucol_getContractions_4_6 ucol_getContractions_DEPRECATED_API_DO_
NOT_USE | |
38 # define ucol_getLocale_4_6 ucol_getLocale_DEPRECATED_API_DO_NOT_USE | |
39 # define ures_countArrayItems_4_6 ures_countArrayItems_DEPRECATED_API_DO_
NOT_USE | |
40 # define ures_getLocale_4_6 ures_getLocale_DEPRECATED_API_DO_NOT_USE | |
41 # define ures_getVersionNumber_4_6 ures_getVersionNumber_DEPRECATED_API_D
O_NOT_USE | |
42 # define utrans_getAvailableID_4_6 utrans_getAvailableID_DEPRECATED_API_D
O_NOT_USE | |
43 # define utrans_getID_4_6 utrans_getID_DEPRECATED_API_DO_NOT_USE | |
44 # define utrans_open_4_6 utrans_open_DEPRECATED_API_DO_NOT_USE | |
45 # define utrans_unregister_4_6 utrans_unregister_DEPRECATED_API_DO_NOT_US
E | |
46 # endif /* U_DISABLE_RENAMING */ | |
47 | |
48 #endif /* U_HIDE_DEPRECATED_API */ | |
49 #endif /* UDEPRCTD_H */ | |
50 | |
OLD | NEW |