phoneapp/phoneuistates/inc/cphonegsmincall.h
changeset 77 2be0b271d017
parent 37 ba76fc04e6c2
equal deleted inserted replaced
72:c76a0b1755b9 77:2be0b271d017
    88         
    88         
    89         /**
    89         /**
    90         * Bring call handling to foreground when moved to incoming state
    90         * Bring call handling to foreground when moved to incoming state
    91         **/        
    91         **/        
    92         void BringIncomingToForegroundL();
    92         void BringIncomingToForegroundL();
    93        
    93 
    94         /**
       
    95         * Get allow waiting call header value.
       
    96         */
       
    97         void AllowShowingOfWaitingCallHeaderL( 
       
    98             TPhoneCmdParamBoolean& aCommandParam );
       
    99         
       
   100         /**
       
   101         * Indicates when the Phone app is in the foreground.
       
   102         */    
       
   103         IMPORT_C void HandlePhoneForegroundEventL();
       
   104         
       
   105         /**
       
   106         * Show hold/connected note 
       
   107         */
       
   108         void HandleHoldNoteL( TInt aCallId, TBool aHold );
       
   109         
       
   110         
       
   111         /**
       
   112         * Setter for divert indication showing in bubble.
       
   113         * @param aDivertIndication ETrue to show divert indication,
       
   114         *        EFalse to not. Usually setting EFalse isn't necessary
       
   115         *        as it's a default value in bubble creation.
       
   116         */
       
   117         IMPORT_C void SetDivertIndication(
       
   118             const TBool aDivertIndication );
       
   119         
       
   120     private:
    94     private:
   121     
    95     
   122         void ReplaceCallL();
    96         void ReplaceCallL();
   123         /**
    97 
   124         * Handles divert indication 
       
   125         */
       
   126         void HandeDivertIndicationL();
       
   127     };
    98     };
   128 
    99 
   129 #endif // CPHONEGSMINCALL_H
   100 #endif // CPHONEGSMINCALL_H
   130 
   101 
   131 // End of File
   102 // End of File