uifw/AvKon/inc/AknSignalIcon.h
branchRCL_3
changeset 59 978afdc0236f
parent 56 d48ab3b357f1
child 72 a5e7a4f63858
--- a/uifw/AvKon/inc/AknSignalIcon.h	Wed Sep 01 12:16:19 2010 +0100
+++ b/uifw/AvKon/inc/AknSignalIcon.h	Tue Sep 14 21:48:24 2010 +0300
@@ -188,6 +188,16 @@
     */
     void LoadATTIconL( TInt aIconState, TInt aIconColorIndex );
     
+   
+    /**
+       * Loads the signal icon for TD phone to be displayed.
+       * 
+       * @param  aIconState       ID of the signal state, @see signal indicator
+       *                          states in @c avkon.hrh.
+       * @param  aIconColorIndex  Color index of the icon.
+       */
+    void LoadTDIconL(TInt aIconState, TInt aIconColorIndex);
+
 private:
     
     /**
@@ -219,6 +229,9 @@
     
 	/** Flag defining whether or not the ATT is enable. */
     TInt        iATTEnable;
+	
+	/** Flag defining whether or not the TD is enable. */
+    TBool       iTDEnable;
     };
 
 #endif // AKNSIGNALICON_H