fep/aknfep/src/AknFepUiInputStateBase.cpp
branchRCL_3
changeset 50 5a1685599b76
parent 0 eb1f2e154e89
child 56 8152b1f1763a
equal deleted inserted replaced
46:bd83ceabce89 50:5a1685599b76
    28 
    28 
    29 
    29 
    30 // INCLUDE FILES
    30 // INCLUDE FILES
    31 #include "AknFepUiInputStateBase.h"
    31 #include "AknFepUiInputStateBase.h"
    32 #include "AknFepPanic.h"
    32 #include "AknFepPanic.h"
       
    33 #include "AknFepUIManagerStateInterface.h"
    33 
    34 
    34 // CONSTANTS
    35 // CONSTANTS
    35 
    36 
    36 /**
    37 /**
    37  *  TAknFepInputStateBase class.
    38  *  TAknFepInputStateBase class.
   119 //
   120 //
   120 TUIState TAknFepInputStateBase::State() const
   121 TUIState TAknFepInputStateBase::State() const
   121     {
   122     {
   122     return iState;
   123     return iState;
   123     }
   124     }
   124 
   125 void TAknFepInputStateBase::SubmitTextL( const TDesC& /*aText*/ )
       
   126 	{
       
   127 	
       
   128 	}
   125 // ---------------------------------------------------------------------------
   129 // ---------------------------------------------------------------------------
   126 // TAknFepUiInputStateJapaneseBase::CloseUI
   130 // TAknFepUiInputStateJapaneseBase::CloseUI
   127 // 
   131 // 
   128 // ---------------------------------------------------------------------------
   132 // ---------------------------------------------------------------------------
   129 //
   133 //
   130 void TAknFepInputStateBase::CloseUI()
   134 void TAknFepInputStateBase::CloseUI()
   131     {
   135 	{
   132     }
   136 	if ( iOwner )
       
   137 		{
       
   138 		TRAP_IGNORE( iOwner->FepMan()->TryCloseUiL());
       
   139 		}
       
   140 	}
   133 
   141 
   134 // ---------------------------------------------------------------------------
   142 // ---------------------------------------------------------------------------
   135 // TAknFepUiInputStateJapaneseBase::InitializeStateL
   143 // TAknFepUiInputStateJapaneseBase::InitializeStateL
   136 // 
   144 // 
   137 // ---------------------------------------------------------------------------
   145 // ---------------------------------------------------------------------------