phoneapp/phoneuicontrol/inc/cphonestateidle.h
changeset 77 2be0b271d017
parent 72 c76a0b1755b9
child 76 cfea66083b62
equal deleted inserted replaced
72:c76a0b1755b9 77:2be0b271d017
   131         * @param aCallid call id
   131         * @param aCallid call id
   132         */
   132         */
   133         IMPORT_C void DisplayIncomingCallL( TInt aCallId );
   133         IMPORT_C void DisplayIncomingCallL( TInt aCallId );
   134 
   134 
   135         /**
   135         /**
   136         * Display Call Setup
       
   137         * @param aCallid call id
       
   138         */
       
   139         IMPORT_C void DisplayCallSetupL( TInt aCallId );
       
   140 
       
   141         /**
       
   142         * By default EPOC constructor is private.
   136         * By default EPOC constructor is private.
   143         */
   137         */
   144         IMPORT_C CPhoneStateIdle( 
   138         IMPORT_C CPhoneStateIdle( 
   145             MPhoneStateMachine* aStateMachine, 
   139             MPhoneStateMachine* aStateMachine, 
   146             MPhoneViewCommandHandle* aViewCommandHandle,
   140             MPhoneViewCommandHandle* aViewCommandHandle,
   225         * @return ETrue if ongoing.
   219         * @return ETrue if ongoing.
   226         */
   220         */
   227         TBool RestoreOngoing();
   221         TBool RestoreOngoing();
   228 
   222 
   229         void HandleVoiceCallCommandL();
   223         void HandleVoiceCallCommandL();
       
   224         
       
   225         /**
       
   226        * Changes state to aState and resets iBubbleInitialized
       
   227        * value to false.
       
   228        */
       
   229        void ChangeTo( TInt aState );
   230          
   230          
   231     private:
   231     private:
   232     
   232     
   233         // Owned profile engine
   233         // Owned profile engine
   234         MProfileEngine* iEngine;
   234         MProfileEngine* iEngine;