fep/aknfep/src/AknFepUiInputStateBase.cpp
branchRCL_3
changeset 56 8152b1f1763a
parent 50 5a1685599b76
equal deleted inserted replaced
50:5a1685599b76 56:8152b1f1763a
    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"
       
    34 
    33 
    35 // CONSTANTS
    34 // CONSTANTS
    36 
    35 
    37 /**
    36 /**
    38  *  TAknFepInputStateBase class.
    37  *  TAknFepInputStateBase class.
   120 //
   119 //
   121 TUIState TAknFepInputStateBase::State() const
   120 TUIState TAknFepInputStateBase::State() const
   122     {
   121     {
   123     return iState;
   122     return iState;
   124     }
   123     }
   125 void TAknFepInputStateBase::SubmitTextL( const TDesC& /*aText*/ )
   124 
   126 	{
       
   127 	
       
   128 	}
       
   129 // ---------------------------------------------------------------------------
   125 // ---------------------------------------------------------------------------
   130 // TAknFepUiInputStateJapaneseBase::CloseUI
   126 // TAknFepUiInputStateJapaneseBase::CloseUI
   131 // 
   127 // 
   132 // ---------------------------------------------------------------------------
   128 // ---------------------------------------------------------------------------
   133 //
   129 //
   134 void TAknFepInputStateBase::CloseUI()
   130 void TAknFepInputStateBase::CloseUI()
   135 	{
   131     {
   136 	if ( iOwner )
   132     }
   137 		{
       
   138 		TRAP_IGNORE( iOwner->FepMan()->TryCloseUiL());
       
   139 		}
       
   140 	}
       
   141 
   133 
   142 // ---------------------------------------------------------------------------
   134 // ---------------------------------------------------------------------------
   143 // TAknFepUiInputStateJapaneseBase::InitializeStateL
   135 // TAknFepUiInputStateJapaneseBase::InitializeStateL
   144 // 
   136 // 
   145 // ---------------------------------------------------------------------------
   137 // ---------------------------------------------------------------------------