fep/aknfep/inc/AknFepThaiSCTSelector.h
changeset 40 2cb9bae34d17
parent 31 f1bdd6b078d1
child 49 37f5d84451bd
--- a/fep/aknfep/inc/AknFepThaiSCTSelector.h	Tue Jul 06 14:38:41 2010 +0300
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,78 +0,0 @@
-/*
-* Copyright (c) 2003 Nokia Corporation and/or its subsidiary(-ies). 
-* All rights reserved.
-* This component and the accompanying materials are made available
-* under the terms of "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:           
-*
-*/
-
-
-
-
-
-
-
-
-
-
-
-
-#ifndef __AKN_FEP_THAI_SCT_SELECTOR__
-#define __AKN_FEP_THAI_SCT_SELECTOR__
-
-#include <e32def.h>
-#include <e32base.h>
-
-enum AknFepSCTThaiGlyphTypes
-    {
-    EAknFepThaiCharNon,
-    EAknFepThaiCharCons,
-    EAknFepThaiCharLV,
-    EAknFepThaiCharFV1,
-    EAknFepThaiCharFV2,
-    EAknFepThaiCharFV3,
-    EAknFepThaiCharBV1,
-    EAknFepThaiCharBV2,
-    EAknFepThaiCharBD,
-    EAknFepThaiCharTone,
-    EAknFepThaiCharAD1,
-    EAknFepThaiCharAD2,
-    EAknFepThaiCharAD3,
-    EAknFepThaiCharAV1,
-    EAknFepThaiCharAV2,
-    EAknFepThaiCharAV3,
-    EAknFepThaiCharNonThai,
-    };
-
-class CAknFepThaiSCTSelector : public CBase
-    {
-    public:
-        
-        TInt ThaiSCRResourceId(TUint aPrevGlyph, TInt aKey);
-
-        static CAknFepThaiSCTSelector* NewL();
-        
-        ~CAknFepThaiSCTSelector();
-        
-    private:
-        
-        CAknFepThaiSCTSelector();
-
-        AknFepSCTThaiGlyphTypes ThaiGlyphType(TUint aGlyph);
-
-        TInt ThaiSctCharMap(enum AknFepSCTThaiGlyphTypes aGlyphType, TInt aKey);
-        
-    };
-
-#endif // __AKN_FEP_UI_THAI_CHARACTER_MAP_SELECTOR__
-
-// End of file