phoneapp/phoneuicontrol/inc/cphonestateincall.h
branchRCL_3
changeset 14 24062c24fe38
parent 0 5f000ab63145
child 61 41a7f70b3818
--- a/phoneapp/phoneuicontrol/inc/cphonestateincall.h	Fri Feb 19 22:50:26 2010 +0200
+++ b/phoneapp/phoneuicontrol/inc/cphonestateincall.h	Fri Mar 12 15:42:40 2010 +0200
@@ -1,5 +1,5 @@
 /*
-* Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies). 
+* Copyright (c) 2005-2010 Nokia Corporation and/or its subsidiary(-ies). 
 * All rights reserved.
 * This component and the accompanying materials are made available
 * under the terms of "Eclipse Public License v1.0"
@@ -283,6 +283,18 @@
         */
         void HandleVoiceKeyPressL( TPhoneKeyEventMessages aMessage );
         
+        // From CPhoneState
+        /**
+         * This function is called when there is property value change.
+         * @param aCategory Category of the property
+         * @param aKey      Property key that is changed
+         * @param aValue    New property value
+         */
+        IMPORT_C virtual void HandlePropertyChangedL(
+            const TUid& aCategory,
+            const TUint aKey,
+            const TInt aValue );
+
     private:
     
     	/**