phoneapp/phoneuistates/inc/cphonegsmincall.h
branchRCL_3
changeset 23 40a3f856b14d
parent 0 5f000ab63145
child 24 41a7f70b3818
equal deleted inserted replaced
22:94dc1107e8b2 23:40a3f856b14d
   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         
       
   120     private:
   110     private:
   121     
   111     
   122     	void ReplaceCallL();
   112     	void ReplaceCallL();
   123     	/**
       
   124         * Handles divert indication 
       
   125         */
       
   126     	void HandeDivertIndicationL();
       
   127     };
   113     };
   128 
   114 
   129 #endif // CPHONEGSMINCALL_H
   115 #endif // CPHONEGSMINCALL_H
   130 
   116 
   131 // End of File
   117 // End of File