phoneapp/phoneuicontrol/inc/cphonestate.h
branchRCL_3
changeset 15 2a26698d78ba
parent 14 24062c24fe38
child 25 91c2fb4b78df
--- a/phoneapp/phoneuicontrol/inc/cphonestate.h	Fri Mar 12 15:42:40 2010 +0200
+++ b/phoneapp/phoneuicontrol/inc/cphonestate.h	Mon Mar 15 12:40:24 2010 +0200
@@ -170,11 +170,6 @@
         IMPORT_C virtual void HandleIdleForegroundEventL();
 
         /**
-        * Indicates when the keylock events
-        */
-        IMPORT_C virtual void HandleKeyLockEnabled( TBool aKeylockEnabled );
-        
-        /**
         * Handle environment changes.
         * @param aChanges environment changes which may be reported by
         *  a change notifier through the RChangeNotifier interface.
@@ -288,42 +283,6 @@
         IMPORT_C void SendGlobalErrorNoteL( TInt aResourceId );
 
         /**
-         * Get blocked key list
-         * @returns RArray<TInt>& lsit of blocked keys 
-         */
-        IMPORT_C const RArray<TInt>& GetBlockedKeyList() const;
-
-        /**
-         * Disable HW Keys if needed
-         */
-        IMPORT_C void DisableHWKeysL();
-
-        /**
-         * Disable Call UI
-         */
-        IMPORT_C void DisableCallUIL();
-
-        /**
-         * Enable Call UI
-         */
-        IMPORT_C void EnableCallUIL();
-
-        /**
-         * Disable HW Keys and Call UI if needed
-         */
-        IMPORT_C void CheckDisableHWKeysAndCallUIL();
-
-        /**
-         * Handle hold switch key event when there is an incoming or waiting call
-         */
-        IMPORT_C void HandleHoldSwitchL();
-        
-        /**
-         * Enable HW Keys and Call UI if needed
-         */
-        IMPORT_C void CheckEnableHWKeysAndCallUIL();
-        
-        /**
         * Fetches autolock information - is it set on or not
         * @return is autolock set on (ETrue) or off (EFalse)
         */
@@ -367,8 +326,6 @@
         */
         TBool IsNoteDismissableL();
 
-        IMPORT_C void RetainPreviousKeylockStateL();
-        
         /**
         * Check if possible dialer extension is in focus
         * @return boolean value indicating if dialer extension is in focus