diff -r 94dc1107e8b2 -r 40a3f856b14d phoneapp/phoneuicontrol/inc/tphonecallheaderparam.h --- a/phoneapp/phoneuicontrol/inc/tphonecallheaderparam.h Thu Jul 15 18:38:16 2010 +0300 +++ b/phoneapp/phoneuicontrol/inc/tphonecallheaderparam.h Thu Aug 19 09:54:27 2010 +0300 @@ -70,16 +70,6 @@ void SetOutgoingCallHeaderParamsL( const TInt aCallId, TPhoneCmdParamCallHeaderData* aCallHeaderData ); - - /** - * Sets info to initializing call header. - * @param aCallId - call id. - * @param aCallHeaderData - Call header parameter into which the text/picture - * parameters will be set. - */ - void SetIniticalizingCallHeaderParamsL( - const TInt aCallId, - TPhoneCmdParamCallHeaderData* aCallHeaderData ); /** * Updates call header info. @@ -109,14 +99,6 @@ * 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 @@ -152,8 +134,7 @@ */ void SetBasicCallHeaderParamsL( const TInt aCallId, - TPhoneCmdParamCallHeaderData* aCallHeaderData, - TBool aInitializing ); + TPhoneCmdParamCallHeaderData* aCallHeaderData ); /** * Sets divert indication to call header if necessary @@ -271,8 +252,6 @@ MPhoneCallHeaderManagerUtility& iManagerUtility; MPhoneStateMachine& iStateMachine; CBubbleManager::TPhoneCallTypeFlags iCallHeaderType; - TBool iSetDivertIndication; - }; #endif // TPHONECALLHEADERPARAM_H