fep/aknfep/inc/AknFepPluginManager.h
branchRCL_3
changeset 11 c8fb4cf7b3ae
parent 9 e6a39382bb9c
child 12 5e18d8c489d6
--- a/fep/aknfep/inc/AknFepPluginManager.h	Tue Apr 27 16:59:43 2010 +0300
+++ b/fep/aknfep/inc/AknFepPluginManager.h	Tue May 11 16:31:42 2010 +0300
@@ -446,7 +446,6 @@
      */
     void RemoveLastFocusedWinFromOpenList();
     
-    void SetInSpellModeFlag( TBool aFlag );
 public: // inline    
     
     /**
@@ -539,6 +538,8 @@
      * @return current plugin input mode
      */      
     inline TPluginInputMode CurrentPluginInputMode();
+    
+    inline void SetLaunchSCTInSpell( TBool aLaunchSCTInSpell );
 private: 
 
     /**
@@ -1057,8 +1058,7 @@
 	
 	TInt iAlignment;
 
-    CConnectAo* iConnectAo;
-    TBool iInSpellMode;
+    CConnectAo* iConnectAo;    
 	
     /**
      * Indicate if need fetch the dim state from peninputserver
@@ -1069,6 +1069,8 @@
      * save the current dim state
      */ 	
     TBool iCurrentDimState;
+    
+    TBool iLaunchSCTInSpell;
     };
 
 class CConnectAo : public CActive
@@ -1239,6 +1241,11 @@
 	return iPluginInputMode;
 	}
 
+inline void CAknFepPluginManager::SetLaunchSCTInSpell( TBool aLaunchSCTInSpell )
+	{
+	iLaunchSCTInSpell = aLaunchSCTInSpell;
+	}
+
 #endif //RD_SCALABLE_UI_V2    
 
 #endif // __AKN_FEP_PLUGIN_MANAGER__