diff -r 000000000000 -r 2c201484c85f cryptoservices/certificateandkeymgmt/x509/removedExports.cpp --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/cryptoservices/certificateandkeymgmt/x509/removedExports.cpp Wed Jul 08 11:25:26 2009 +0100 @@ -0,0 +1,72 @@ +/* +* Copyright (c) 2003-2009 Nokia Corporation and/or its subsidiary(-ies). +* All rights reserved. +* This component and the accompanying materials are made available +* under the terms of the License "Eclipse Public License v1.0" +* which accompanies this distribution, and is available +* at the URL "http://www.eclipse.org/legal/epl-v10.html". +* +* Initial Contributors: +* Nokia Corporation - initial contribution. +* +* Contributors: +* +* Description: +* Some exported functions have been removed from x509 - these were for pkcs10 +* attributes, which are now implemented in pkcs10 and for the +* MX509SignableObject class which is no longer needed. This file supplies +* placeholder functions which are used to preserve the order of the ordinals in +* the def files. As new exports are added to x509, these will replace these +* placeholder exports in the def files. +* +*/ + + +#include + +_LIT(KPanicCat, "X509"); + +EXPORT_C void RemovedExport1() + { + User::Panic(KPanicCat, KErrNotSupported); + } + +EXPORT_C void RemovedExport2() + { + User::Panic(KPanicCat, KErrNotSupported); + } + +EXPORT_C void RemovedExport3() + { + User::Panic(KPanicCat, KErrNotSupported); + } + +EXPORT_C void RemovedExport4() + { + User::Panic(KPanicCat, KErrNotSupported); + } + +EXPORT_C void RemovedExport5() + { + User::Panic(KPanicCat, KErrNotSupported); + } + +EXPORT_C void RemovedExport6() + { + User::Panic(KPanicCat, KErrNotSupported); + } + +EXPORT_C void RemovedExport7() + { + User::Panic(KPanicCat, KErrNotSupported); + } + +EXPORT_C void RemovedExport8() + { + User::Panic(KPanicCat, KErrNotSupported); + } + +EXPORT_C void RemovedExport9() + { + User::Panic(KPanicCat, KErrNotSupported); + }