diff -r e30d4a1b8bad -r c26cc2a7c548 phoneapp/phoneuicontrol/inc/tphonecallheaderparam.h --- a/phoneapp/phoneuicontrol/inc/tphonecallheaderparam.h Wed Sep 15 12:12:21 2010 +0300 +++ b/phoneapp/phoneuicontrol/inc/tphonecallheaderparam.h Wed Oct 13 14:31:22 2010 +0300 @@ -99,6 +99,14 @@ * of call bubble. */ CBubbleManager::TPhoneCallTypeFlags CallHeaderType() const; + + /** + * Setter for divert indication showing in bubble. + * @param aDivertIndication ETrue to show divert indication, + * EFalse to not. Usually setting EFalse isn't necessary + * as it's a default value in bubble creation. + */ + void SetDivertIndication( const TBool aDivertIndication ); /** * Return remote info data @@ -252,6 +260,8 @@ MPhoneCallHeaderManagerUtility& iManagerUtility; MPhoneStateMachine& iStateMachine; CBubbleManager::TPhoneCallTypeFlags iCallHeaderType; + TBool iSetDivertIndication; + }; #endif // TPHONECALLHEADERPARAM_H