phoneapp/phoneuicontrol/inc/cphonestateincall.h
branchRCL_3
changeset 14 24062c24fe38
parent 0 5f000ab63145
child 61 41a7f70b3818
equal deleted inserted replaced
9:8871b09be73b 14:24062c24fe38
     1 /*
     1 /*
     2 * Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies). 
     2 * Copyright (c) 2005-2010 Nokia Corporation and/or its subsidiary(-ies). 
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
   281         * Handles Voice key pressing.
   281         * Handles Voice key pressing.
   282         * @param aMessage - Key event from AVKON
   282         * @param aMessage - Key event from AVKON
   283         */
   283         */
   284         void HandleVoiceKeyPressL( TPhoneKeyEventMessages aMessage );
   284         void HandleVoiceKeyPressL( TPhoneKeyEventMessages aMessage );
   285         
   285         
       
   286         // From CPhoneState
       
   287         /**
       
   288          * This function is called when there is property value change.
       
   289          * @param aCategory Category of the property
       
   290          * @param aKey      Property key that is changed
       
   291          * @param aValue    New property value
       
   292          */
       
   293         IMPORT_C virtual void HandlePropertyChangedL(
       
   294             const TUid& aCategory,
       
   295             const TUint aKey,
       
   296             const TInt aValue );
       
   297 
   286     private:
   298     private:
   287     
   299     
   288     	/**
   300     	/**
   289     	* Special timer for preventing recursive calls
   301     	* Special timer for preventing recursive calls
   290     	* which would otherwise occur with multiple
   302     	* which would otherwise occur with multiple