phonebookui/Phonebook2/UIControls/inc/CPbk2ContactEditorDlgImpl.h
branchRCL_3
changeset 58 d4f567ce2e7c
parent 35 4ae315f230bc
child 64 c1e8ba0c2b16
equal deleted inserted replaced
57:2666d9724c76 58:d4f567ce2e7c
   371                 CPbk2ContactEditorArrayItem* aCurrentField,
   371                 CPbk2ContactEditorArrayItem* aCurrentField,
   372                 const TKeyEvent& aKeyEvent, 
   372                 const TKeyEvent& aKeyEvent, 
   373                 TEventCode aType );
   373                 TEventCode aType );
   374         void RestorePrevNaviDecoratorL();
   374         void RestorePrevNaviDecoratorL();
   375         void RestoreStatusPaneL(); 
   375         void RestoreStatusPaneL(); 
       
   376         static TInt DelayDlgDeleteCallBack( TAny* aCallBack );
       
   377         void DelayDlgDelete();
   376 
   378 
   377     private: // Data structures
   379     private: // Data structures
   378 
   380 
   379         /**
   381         /**
   380          * Exit states.
   382          * Exit states.
   470         /// the empty one on to the top.
   472         /// the empty one on to the top.
   471         /// Doesnt Own.
   473         /// Doesnt Own.
   472         CAknNavigationDecorator* iPrevNaviDecorator;
   474         CAknNavigationDecorator* iPrevNaviDecorator;
   473         
   475         
   474         TInt iCurrentstatuspane;
   476         TInt iCurrentstatuspane;
       
   477         /// Own: For asynchronously delete editordlg.
       
   478         CIdle* iDelayDelete;
   475     };
   479     };
   476 
   480 
   477 #endif // CPBK2CONTACTEDITORDLGIMPL_H
   481 #endif // CPBK2CONTACTEDITORDLGIMPL_H
   478 
   482 
   479 // End of File
   483 // End of File