diff -r e686773b3f54 -r 04ab22b956c2 phonebookui/Phonebook2/ccapplication/ccacommlauncherplugin/inc/ccappcommlaunchercontainer.h --- a/phonebookui/Phonebook2/ccapplication/ccacommlauncherplugin/inc/ccappcommlaunchercontainer.h Tue Feb 02 10:12:17 2010 +0200 +++ b/phonebookui/Phonebook2/ccapplication/ccacommlauncherplugin/inc/ccappcommlaunchercontainer.h Fri Feb 19 22:40:27 2010 +0200 @@ -207,6 +207,14 @@ * @since S60 v5.0 */ VPbkFieldTypeSelectorFactory::TVPbkContactActionTypeSelector SelectedCommunicationMethod(); + + /** + * To check whether the listbox is highlight + * + * @return ETrue if Highlight,otherwise EFalse + * @since S60 v5.0 + */ + const TBool IsListBoxHighlightEnabled(); private: // New @@ -253,6 +261,11 @@ * availability. */ void DoCheckExtensionFactoryL(); + + /** + * Set default status text to CCCAppStatusControl + */ + void SetDefaultStatusTextL(); private: // Constructors