First public contribution.
2 * Copyright (c) 2003-2009 Nokia Corporation and/or its subsidiary(-ies).
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".
9 * Initial Contributors:
10 * Nokia Corporation - initial contribution.
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.
27 _LIT(KPanicCat, "X509");
29 EXPORT_C void RemovedExport1()
31 User::Panic(KPanicCat, KErrNotSupported);
34 EXPORT_C void RemovedExport2()
36 User::Panic(KPanicCat, KErrNotSupported);
39 EXPORT_C void RemovedExport3()
41 User::Panic(KPanicCat, KErrNotSupported);
44 EXPORT_C void RemovedExport4()
46 User::Panic(KPanicCat, KErrNotSupported);
49 EXPORT_C void RemovedExport5()
51 User::Panic(KPanicCat, KErrNotSupported);
54 EXPORT_C void RemovedExport6()
56 User::Panic(KPanicCat, KErrNotSupported);
59 EXPORT_C void RemovedExport7()
61 User::Panic(KPanicCat, KErrNotSupported);
64 EXPORT_C void RemovedExport8()
66 User::Panic(KPanicCat, KErrNotSupported);
69 EXPORT_C void RemovedExport9()
71 User::Panic(KPanicCat, KErrNotSupported);