]> git.saurik.com Git - apple/icu.git/blame - icuSources/common/unicode/udeprctd.h
ICU-6.2.22.tar.gz
[apple/icu.git] / icuSources / common / unicode / udeprctd.h
CommitLineData
374ca955
A
1/*
2*******************************************************************************
3* Copyright (C) 2004, 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: gendraft.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#define UBRK_TITLE_3_2 UBRK_TITLE_DEPRECATED_API_DO_NOT_USE
27#define ucol_getLocale_3_2 ucol_getLocale_DEPRECATED_API_DO_NOT_USE
28#define ULOC_REQUESTED_LOCALE_3_2 ULOC_REQUESTED_LOCALE_DEPRECATED_API_DO_NOT_USE
29#define ures_countArrayItems_3_2 ures_countArrayItems_DEPRECATED_API_DO_NOT_USE
30#define ures_getVersionNumber_3_2 ures_getVersionNumber_DEPRECATED_API_DO_NOT_USE
31#define ures_getLocale_3_2 ures_getLocale_DEPRECATED_API_DO_NOT_USE
32#define utrans_open_3_2 utrans_open_DEPRECATED_API_DO_NOT_USE
33#define utrans_getID_3_2 utrans_getID_DEPRECATED_API_DO_NOT_USE
34#define utrans_unregister_3_2 utrans_unregister_DEPRECATED_API_DO_NOT_USE
35#define utrans_getAvailableID_3_2 utrans_getAvailableID_DEPRECATED_API_DO_NOT_USE
36
37#endif /* U_HIDE_DEPRECATED_API */
38#endif /* UDEPRCTD_H */
39