phoneapp/phoneuicontrol/inc/cphonestateidle.h
changeset 77 2be0b271d017
parent 72 c76a0b1755b9
child 76 cfea66083b62
--- a/phoneapp/phoneuicontrol/inc/cphonestateidle.h	Fri Sep 17 08:29:19 2010 +0300
+++ b/phoneapp/phoneuicontrol/inc/cphonestateidle.h	Mon Oct 04 00:16:48 2010 +0300
@@ -133,12 +133,6 @@
         IMPORT_C void DisplayIncomingCallL( TInt aCallId );
 
         /**
-        * Display Call Setup
-        * @param aCallid call id
-        */
-        IMPORT_C void DisplayCallSetupL( TInt aCallId );
-
-        /**
         * By default EPOC constructor is private.
         */
         IMPORT_C CPhoneStateIdle( 
@@ -227,6 +221,12 @@
         TBool RestoreOngoing();
 
         void HandleVoiceCallCommandL();
+        
+        /**
+       * Changes state to aState and resets iBubbleInitialized
+       * value to false.
+       */
+       void ChangeTo( TInt aState );
          
     private: