voiceui/pbkinfoviewimpl/inc/pbkinfoviewdialog.h
branchRCL_3
changeset 9 fc313e1df071
parent 0 bf1d17376201
child 11 6347473a7bb2
--- 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<CGulIcon>* aIconArray);
+		
 	private: // from MEikListBoxObserver
         /**
         * From MEikListBoxObserver, called by framework.
@@ -243,6 +249,9 @@
 		
 		// SIND handler
 		CPbkInfoViewSindHandler* iSindHandler;
+		
+		// Xsp flag
+		TBool isXsp;
     };
 
 #endif    // PBKINFOVIEWDIALOG_H