notify view when exiting

This commit is contained in:
ehouse 2005-01-18 15:09:45 +00:00
parent 1bb9389169
commit 5c8e0486f8

View file

@ -62,6 +62,7 @@ void CXWordsAppUi::HandleCommandL(TInt aCommand)
// built-in commands here // built-in commands here
case EEikCmdExit: case EEikCmdExit:
iAppView->Exiting();
CBaActiveScheduler::Exit(); CBaActiveScheduler::Exit();
break; break;