diff -r 2a26698d78ba -r 38529f706030 phoneuis/easydialing/inc/easydialingplugin.h --- a/phoneuis/easydialing/inc/easydialingplugin.h Mon Mar 15 12:40:24 2010 +0200 +++ b/phoneuis/easydialing/inc/easydialingplugin.h Wed Mar 31 21:30:06 2010 +0300 @@ -255,6 +255,11 @@ void NameOrderChanged(); /** + * From MContactDataManagerObserver. + */ + void FavouritesChanged(); + + /** * From MEDContactorObserver. */ void InformContactorEvent( MEDContactorObserver::TEvent aEvent ); @@ -368,7 +373,8 @@ EVideoCallCurrentContact, ESendMessageCurrentContact, ELaunchCurrentContact, - ELaunchSearch + ELaunchSearch, + EInitializePcs }; /** @@ -393,6 +399,21 @@ */ void CancelActionLaunchAndInputBlock(); + /** + * Handles change events from contact database and favourites view. + */ + void DoHandleContactsChangedL(); + + /** + * Makes contact listbox visible. Effect is used if feasible. + */ + void ShowContactListBoxWithEffect(); + + /** + * Makes contact listbox invisible. Effect is used if feasible. + */ + void HideContactListBoxWithEffect(); + private: