diff -r b2f9a76933e1 -r fc313e1df071 voiceui/pbkinfoviewimpl/inc/pbkinfoviewdialog.h --- a/voiceui/pbkinfoviewimpl/inc/pbkinfoviewdialog.h Wed Mar 31 21:32:56 2010 +0300 +++ b/voiceui/pbkinfoviewimpl/inc/pbkinfoviewdialog.h Wed Apr 14 15:58:44 2010 +0300 @@ -39,16 +39,17 @@ */ NONSHARABLE_CLASS (CPbkInfoViewDialog) : public CAknDialog, public MEikListBoxObserver { - enum TInfoViewDialogIconIndex + enum TInfoViewDialogIconIndex { - EIconIndexMobile = 0, - EIconIndexPhone, + EIconIndexPhone = 0, + EIconIndexMobile, EIconIndexVideo, + EIconIndexVoip, EIconIndexEmail, - EIconIndexVoip, + EIconIndexXsp, EIconIndexEmpty - }; - + }; + public:// Constructors and destructor /** @@ -203,6 +204,11 @@ */ void CallInProgressNoteL(); + /** + * Create field icons + */ + void CreateFieldIconsL(CArrayPtr* aIconArray); + private: // from MEikListBoxObserver /** * From MEikListBoxObserver, called by framework. @@ -243,6 +249,9 @@ // SIND handler CPbkInfoViewSindHandler* iSindHandler; + + // Xsp flag + TBool isXsp; }; #endif // PBKINFOVIEWDIALOG_H