diff -r 2666d9724c76 -r d4f567ce2e7c phonebookui/Phonebook2/UIControls/inc/CPbk2ContactEditorDlgImpl.h --- a/phonebookui/Phonebook2/UIControls/inc/CPbk2ContactEditorDlgImpl.h Thu Jul 15 18:22:55 2010 +0300 +++ b/phonebookui/Phonebook2/UIControls/inc/CPbk2ContactEditorDlgImpl.h Thu Aug 19 09:41:07 2010 +0300 @@ -373,6 +373,8 @@ TEventCode aType ); void RestorePrevNaviDecoratorL(); void RestoreStatusPaneL(); + static TInt DelayDlgDeleteCallBack( TAny* aCallBack ); + void DelayDlgDelete(); private: // Data structures @@ -472,6 +474,8 @@ CAknNavigationDecorator* iPrevNaviDecorator; TInt iCurrentstatuspane; + /// Own: For asynchronously delete editordlg. + CIdle* iDelayDelete; }; #endif // CPBK2CONTACTEDITORDLGIMPL_H