phoneapp/phoneuicontrol/inc/mphonecallheadermanagerutility.h
branchRCL_3
changeset 62 5266b1f337bd
parent 61 41a7f70b3818
--- a/phoneapp/phoneuicontrol/inc/mphonecallheadermanagerutility.h	Tue Aug 31 15:14:29 2010 +0300
+++ b/phoneapp/phoneuicontrol/inc/mphonecallheadermanagerutility.h	Wed Sep 01 12:30:10 2010 +0100
@@ -39,7 +39,17 @@
         virtual void SetPhoneNumberAvailabilityL(
                 const TInt aNumberLength,
                 const TBool aContactInfoAvailable ) = 0;
-
+        
+        /**
+        * Resolves call header text in InCall-state,
+        * text could be 'Call 1', 'Call 2', ...
+        * @param aCallId - Call Id.
+        * @param aData - The returned data including needed text.
+        */
+        virtual void GetInCallNumberTextL( 
+                TInt aCallId, 
+                TDes& aData ) const = 0;
+        
         /**
         * Loads strings for displaying in call header.
         * @param aCallLabelId - Resource Id for longer text.