First public contribution.
1 // Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies).
2 // All rights reserved.
3 // This component and the accompanying materials are made available
4 // under the terms of "Eclipse Public License v1.0"
5 // which accompanies this distribution, and is available
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
20 #include "Mda/Client/Recognizer.h"
22 #include "CompatAids.h"
24 #ifdef __PANIC_COMPAT_IS_ACTIVE
25 _LIT(KMdaResourceEntryParser, "TMdaResourceEntryParser");
26 #endif // __PANIC_COMPAT_IS_ACTIVE
29 // *****************************************************************
30 // TMdaResourceEntryParser
31 // *****************************************************************
33 EXPORT_C void TMdaResourceEntryParser::Set(const TDesC8& /*aResource*/)
35 __PANIC_COMPAT(User::Panic(KMdaResourceEntryParser, KMdaResourceEntryParserNotImplemented));
38 EXPORT_C TUint TMdaResourceEntryParser::Count(TType /*aType*/) const
40 __PANIC_COMPAT(User::Panic(KMdaResourceEntryParser, KMdaResourceEntryParserNotImplemented));
44 EXPORT_C const TPtrC8 TMdaResourceEntryParser::Entry(TType /*aType*/, TInt /*aIndex*/) const
46 __PANIC_COMPAT(User::Panic(KMdaResourceEntryParser, KMdaResourceEntryParserNotImplemented));
47 return TPtrC8(KNullDesC8);