phoneapp/phoneuicontrol/inc/cphonestateincoming.h
changeset 77 2be0b271d017
parent 72 c76a0b1755b9
child 76 cfea66083b62
--- a/phoneapp/phoneuicontrol/inc/cphonestateincoming.h	Fri Sep 17 08:29:19 2010 +0300
+++ b/phoneapp/phoneuicontrol/inc/cphonestateincoming.h	Mon Oct 04 00:16:48 2010 +0300
@@ -73,11 +73,6 @@
         * Handle state-specific behaviour when number entry is cleared
         */ 
         IMPORT_C void HandleNumberEntryClearedL();
-
-        /** 
-        * Handle keylock state change events
-        */ 
-        IMPORT_C void HandleKeyLockEnabled( TBool aKeylockEnabled );
         
     protected:
 
@@ -147,11 +142,6 @@
         TInt GetNumberEntryNotVisibleMenuBar();
         
         /**
-        * Updates incoming CBA's
-        */
-        void UpdateInCallCbaL( TInt aCallId );
-        
-        /**
         * Show disconnected note
         */        
         void ShowDisconnectingL( TInt aCallId ); 
@@ -159,17 +149,17 @@
         /**
         * Update remote data and label to the call header.
         * @param aCallId - Call Id.
-        * @param aCallHeaderData - Call header parameters where modifications
-        *                          are made.
         */
         void UpdateRemoteInfoDataAndLabelL( 
-                TInt aCallId, 
-                TPhoneCmdParamCallHeaderData aCallHeaderParam );
+                TInt aCallId );
        
     protected:
         // call id of ringing call
         TInt iRingingCallId;
         
+        // True if call is disconnected otherwise false
+        TBool iCallDisconnected;
+        
     };
 
 #endif // CPHONESTATEINCOMING