fep/aknfep/src/AknFepPluginManager.cpp
changeset 24 fc42a86c98e3
parent 13 3b79bedfdc20
--- a/fep/aknfep/src/AknFepPluginManager.cpp	Mon May 03 12:49:54 2010 +0300
+++ b/fep/aknfep/src/AknFepPluginManager.cpp	Wed Jun 23 04:57:58 2010 +0800
@@ -42,7 +42,7 @@
 #include <AvkonInternalCRKeys.h>    // KAknQwertyInputModeActive
 #include <hlplch.h>
 //#include <peninputgsinterface.h>
-#include <AknFep.rsg>
+#include <aknfep.rsg>
 #include <avkon.rsg>
 #include <AknIndicatorContainer.h>  //CAknIndicatorContainer
 #include <StringLoader.h>
@@ -54,7 +54,7 @@
 #include <aknextendedinputcapabilities.h>
 #include <avkon.hrh>
 #include <PtiEngine.h>
-#include <peninputcommonlayoutglobalenum.h>
+//#include <peninputcommonlayoutglobalenum.h>
 #include <PtiCompositionDataIF.h> // MPtiEngineCompositionDataInterface
 #include <eikapp.h>
 #include <AknFepGlobalEnums.h>
@@ -3241,11 +3241,6 @@
         {
         newMode = ENumber;
         }
-    else if ( iPluginPrimaryRange == ERangeNativeNumber )
-        {
-        newMode = ENativeNumber;
-        iPluginNativeRange = ETrue;
-        }
     //else do NOTHING but keep current for other ranges
     
     if( newMode != iFepMan.InputMode() ||