fep/aknfep/src/aknfepuispellcontainer.cpp
branchRCL_3
changeset 7 6defe5d1bd39
parent 5 a47de9135b21
child 8 4eb1ae11334f
equal deleted inserted replaced
6:6ceef9a83b1a 7:6defe5d1bd39
    82     {
    82     {
    83     iInputPane->SetInputWinObserver(aObserver);
    83     iInputPane->SetInputWinObserver(aObserver);
    84     }
    84     }
    85 
    85 
    86 // ---------------------------------------------------------------------------
    86 // ---------------------------------------------------------------------------
       
    87 // CAknFepUiSpellContainer::SetInputWinFocus
       
    88 // (other items were commented in a header)
       
    89 // ---------------------------------------------------------------------------
       
    90 // 
       
    91 void CAknFepUiSpellContainer::SetInputWinFocus( TBool aFocus )
       
    92 	{
       
    93 	iInputPane->SetFocus( aFocus );
       
    94 	// When release focus, remove from stack.
       
    95 	if( aFocus )
       
    96 		{
       
    97 	    iEikonEnv->EikAppUi()->AddToStackL( this, ECoeStackPriorityDialog );
       
    98 		}
       
    99 	else
       
   100 		{
       
   101 	    iEikonEnv->EikAppUi()->RemoveFromStack( this );
       
   102 		}
       
   103 	}
       
   104 // ---------------------------------------------------------------------------
    87 // CAknFepUiSpellContainer::ConstructL
   105 // CAknFepUiSpellContainer::ConstructL
    88 // (other items were commented in a header)
   106 // (other items were commented in a header)
    89 // ---------------------------------------------------------------------------
   107 // ---------------------------------------------------------------------------
    90 // 
   108 // 
    91 void CAknFepUiSpellContainer::ConstructL(const TInt aEditorFlag, 
   109 void CAknFepUiSpellContainer::ConstructL(const TInt aEditorFlag,