voiceui/pbkinfoviewimpl/inc/pbkinfoviewdialog.h
branchRCL_3
changeset 15 6347473a7bb2
parent 12 fc313e1df071
child 16 994c46bea969
--- a/voiceui/pbkinfoviewimpl/inc/pbkinfoviewdialog.h	Wed Apr 14 15:58:44 2010 +0300
+++ b/voiceui/pbkinfoviewimpl/inc/pbkinfoviewdialog.h	Tue May 11 16:14:47 2010 +0300
@@ -32,6 +32,9 @@
 #include "pbkinfoviewreshandler.h"
 #include "pbkinfoviewsindhandler.h"
 
+// FORWARD DECLARATIONS
+class TXspIconHelper;
+
 // CLASS DECLARATION
 
 /**
@@ -46,7 +49,6 @@
 	    EIconIndexVideo,
 	    EIconIndexVoip,
 	    EIconIndexEmail,
-	    EIconIndexXsp,
 	    EIconIndexEmpty
 		};	
 
@@ -165,9 +167,10 @@
 	    /**
         * Returns TInfoViewDialogIconIndex enumeration icon index.
 		* @param aIconId enumeration TPbkIconId from PbkIconId.hrh.
+		*        aTagIndex voice tag index
         * @return Icon index.
         */
-		TInt IconIndex( TInt aIconId );
+		TInt IconIndex( TInt aIconId,TInt aTagIndex );
 		
 		/**
         * Creates listbox items.
@@ -250,8 +253,8 @@
 		// SIND handler
 		CPbkInfoViewSindHandler* iSindHandler;
 		
-		// Xsp flag
-		TBool isXsp;
+		//XSp icon helper
+		RArray<TXspIconHelper>   iXspIconHelper;
     };
 
 #endif    // PBKINFOVIEWDIALOG_H