phoneapp/phoneuicontrol/inc/cphonecbamanager.h
branchRCL_3
changeset 62 5266b1f337bd
parent 61 41a7f70b3818
--- a/phoneapp/phoneuicontrol/inc/cphonecbamanager.h	Tue Aug 31 15:14:29 2010 +0300
+++ b/phoneapp/phoneuicontrol/inc/cphonecbamanager.h	Wed Sep 01 12:30:10 2010 +0100
@@ -61,6 +61,9 @@
 
         /**
         * Set CBA
+        * If the given CBA resource ID equals EPhoneEasyDialingCba, then get the actual resource
+        * ID from the Dialer Extension View by executing command EPhoneViewGetEasyDialingCbaId
+        * via the Phone View Command Handle.
         */
         IMPORT_C void SetCbaL( TInt aResource );
         
@@ -101,6 +104,12 @@
         */
         TInt GetIncomingCallSilenceCBA( const TBool aSoftRejectActivated ); 
         
+        /**
+        * Get cba resource when number entry is visible
+        * @return Resource id of CBA
+        */
+        TInt GetNumberEntryCbaIdL();
+        
     private:
     
         /**