diff -r c84cf270c54f -r 92ab7f8d0eab phoneapp/phoneuicontrol/inc/tphonecallheaderparam.h --- a/phoneapp/phoneuicontrol/inc/tphonecallheaderparam.h Tue Feb 02 00:10:04 2010 +0200 +++ b/phoneapp/phoneuicontrol/inc/tphonecallheaderparam.h Fri Mar 19 09:28:42 2010 +0200 @@ -20,7 +20,9 @@ #define TPHONECALLHEADERPARAM_H //INCLUDES -#include +// <-- QT PHONE START --> +// #include +// <-- QT PHONE END --> #include "mpeengineinfo.h" #include "tphonecmdparamcallheaderdata.h" @@ -86,18 +88,20 @@ const TBool aWaitingCall, const TBool aVideoCall, TPhoneCmdParamCallHeaderData* aCallHeaderData ); - + +// <-- QT PHONE START --> /** * Sets the call header type used in the call bubble. * @param aCallHeaderType, call header type. */ void SetCallHeaderType( - const CBubbleManager::TPhoneCallTypeFlags aCallHeaderType ); + TInt aCallHeaderType ); /** * Returns the set call header type. Used for constructing right type * of call bubble. */ - CBubbleManager::TPhoneCallTypeFlags CallHeaderType() const; + TInt CallHeaderType() const; +// <-- QT PHONE END --> /** * Setter for divert indication showing in bubble. @@ -171,7 +175,10 @@ void GetCNAPText( const TInt aCallId, TDes& aData, - CBubbleManager::TPhoneClippingDirection& aDirection ) const; +// <-- QT PHONE START --> +// CBubbleManager::TPhoneClippingDirection& aDirection ) const; + TPhoneCmdParamCallHeaderData::TPhoneTextClippingDirection& aDirection ) const; +// <-- QT PHONE END --> /** * Check if contact is available(RemoteName or RemoteCompanyName), @@ -251,7 +258,9 @@ MPhoneCallHeaderManagerUtility& iManagerUtility; MPhoneStateMachine& iStateMachine; - CBubbleManager::TPhoneCallTypeFlags iCallHeaderType; +// <-- QT PHONE START --> + TInt iCallHeaderType; +// <-- QT PHONE END --> TBool iSetDivertIndication; };