|
1 /* |
|
2 * Copyright (c) 2003-2009 Nokia Corporation and/or its subsidiary(-ies). |
|
3 * All rights reserved. |
|
4 * This component and the accompanying materials are made available |
|
5 * under the terms of the License "Eclipse Public License v1.0" |
|
6 * which accompanies this distribution, and is available |
|
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
8 * |
|
9 * Initial Contributors: |
|
10 * Nokia Corporation - initial contribution. |
|
11 * |
|
12 * Contributors: |
|
13 * |
|
14 * Description: |
|
15 * Some exported functions have been removed from x509 - these were for pkcs10 |
|
16 * attributes, which are now implemented in pkcs10 and for the |
|
17 * MX509SignableObject class which is no longer needed. This file supplies |
|
18 * placeholder functions which are used to preserve the order of the ordinals in |
|
19 * the def files. As new exports are added to x509, these will replace these |
|
20 * placeholder exports in the def files. |
|
21 * |
|
22 */ |
|
23 |
|
24 |
|
25 #include <e32base.h> |
|
26 |
|
27 _LIT(KPanicCat, "X509"); |
|
28 |
|
29 EXPORT_C void RemovedExport1() |
|
30 { |
|
31 User::Panic(KPanicCat, KErrNotSupported); |
|
32 } |
|
33 |
|
34 EXPORT_C void RemovedExport2() |
|
35 { |
|
36 User::Panic(KPanicCat, KErrNotSupported); |
|
37 } |
|
38 |
|
39 EXPORT_C void RemovedExport3() |
|
40 { |
|
41 User::Panic(KPanicCat, KErrNotSupported); |
|
42 } |
|
43 |
|
44 EXPORT_C void RemovedExport4() |
|
45 { |
|
46 User::Panic(KPanicCat, KErrNotSupported); |
|
47 } |
|
48 |
|
49 EXPORT_C void RemovedExport5() |
|
50 { |
|
51 User::Panic(KPanicCat, KErrNotSupported); |
|
52 } |
|
53 |
|
54 EXPORT_C void RemovedExport6() |
|
55 { |
|
56 User::Panic(KPanicCat, KErrNotSupported); |
|
57 } |
|
58 |
|
59 EXPORT_C void RemovedExport7() |
|
60 { |
|
61 User::Panic(KPanicCat, KErrNotSupported); |
|
62 } |
|
63 |
|
64 EXPORT_C void RemovedExport8() |
|
65 { |
|
66 User::Panic(KPanicCat, KErrNotSupported); |
|
67 } |
|
68 |
|
69 EXPORT_C void RemovedExport9() |
|
70 { |
|
71 User::Panic(KPanicCat, KErrNotSupported); |
|
72 } |