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.
14 // Mda\Client\Recognizer.H
18 #ifndef __MDA_CLIENT_RECOGNIZER_H__
19 #define __MDA_CLIENT_RECOGNIZER_H__
23 #include <mda/client/resource.h>
29 enum { KMdaResourceEntryParserNotImplemented = 0 };
32 class TMdaResourceEntryParser; // declared here.
35 NONSHARABLE_CLASS( TMdaResourceEntryParser )
50 IMPORT_C void Set(const TDesC8& aResource);
51 IMPORT_C TUint Count(TType aType) const;
52 IMPORT_C const TPtrC8 Entry(TType aType, TInt aIndex) const;
55 TUint iIndices[EStrings+1];
56 TUint iCounts[EStrings+1];