phoneapp/phoneuistates/inc/cphonegsmincall.h
branchRCL_3
changeset 81 c26cc2a7c548
parent 62 5266b1f337bd
equal deleted inserted replaced
73:e30d4a1b8bad 81:c26cc2a7c548
   105         /**
   105         /**
   106         * Show hold/connected note 
   106         * Show hold/connected note 
   107         */
   107         */
   108         void HandleHoldNoteL( TInt aCallId, TBool aHold );
   108         void HandleHoldNoteL( TInt aCallId, TBool aHold );
   109         
   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         
   110     private:
   120     private:
   111     
   121     
   112     	void ReplaceCallL();
   122     	void ReplaceCallL();
       
   123     	/**
       
   124         * Handles divert indication 
       
   125         */
       
   126     	void HandeDivertIndicationL();
   113     };
   127     };
   114 
   128 
   115 #endif // CPHONEGSMINCALL_H
   129 #endif // CPHONEGSMINCALL_H
   116 
   130 
   117 // End of File
   131 // End of File