diff -r 92ab7f8d0eab -r 6bb1b21d2484 phoneapp/phoneuiutils/src/tphonecmdparamcallheaderdata.cpp --- a/phoneapp/phoneuiutils/src/tphonecmdparamcallheaderdata.cpp Fri Mar 19 09:28:42 2010 +0200 +++ b/phoneapp/phoneuiutils/src/tphonecmdparamcallheaderdata.cpp Fri Apr 16 14:58:25 2010 +0300 @@ -39,9 +39,6 @@ iCLIText( KNullDesC ), iCNAPText( KNullDesC ), iPicture( KNullDesC ), -// <-- QT PHONE START --> -// iCallFlag( CBubbleManager::ENormal ), -// <-- QT PHONE END --> iLine2 ( EFalse ), iThumbnail( NULL ), iCallerText( KNullDesC ), @@ -49,9 +46,7 @@ iCipheringIndicatorAllowed( ETrue ), iContactLink( KNullDesC8 ), iRemotePhoneNumber( KNullDesC ) -// <-- QT PHONE START --> ,iDiverted( EFalse ) -// <-- QT PHONE END --> { iParamId = EPhoneParamIdCallHeaderData; } @@ -133,9 +128,7 @@ // EXPORT_C void TPhoneCmdParamCallHeaderData::SetCLIText( const TDesC& aCLIText, -// <-- QT PHONE START --> TPhoneTextClippingDirection aDirection ) -// <-- QT PHONE END --> { iCLIText = aCLIText; iCLITextClippingDirection = aDirection; @@ -149,9 +142,7 @@ // EXPORT_C void TPhoneCmdParamCallHeaderData::SetCNAPText( const TDesC& aCNAPText, -// <-- QT PHONE START --> TPhoneTextClippingDirection aDirection ) -// <-- QT PHONE END --> { iCNAPText = aCNAPText; iCNAPTextClippingDirection = aDirection; @@ -175,27 +166,11 @@ // (other items were commented in a header). // --------------------------------------------------------- // -// <-- QT PHONE START --> EXPORT_C void TPhoneCmdParamCallHeaderData::SetDiverted( TBool aDiverted ) { iDiverted = aDiverted; } -// <-- QT PHONE END --> - -// --------------------------------------------------------- -// TPhoneCmdParamCallHeaderData::AddCallFlag -// Adds the call flag -// (other items were commented in a header). -// --------------------------------------------------------- -// -// <-- QT PHONE START --> -/*EXPORT_C void TPhoneCmdParamCallHeaderData::AddCallFlag( - const CBubbleManager::TPhoneCallTypeFlags aCallFlag ) - { - iCallFlag |= aCallFlag; - }*/ -// <-- QT PHONE END --> // --------------------------------------------------------- // TPhoneCmdParamCallHeaderData::SetLine2 @@ -290,9 +265,7 @@ // (other items were commented in a header). // --------------------------------------------------------- // -// <-- QT PHONE START --> EXPORT_C TPhoneCmdParamCallHeaderData::TPhoneTextClippingDirection -// <-- QT PHONE END --> TPhoneCmdParamCallHeaderData::CLITextClippingDirection() const { return iCLITextClippingDirection; @@ -304,9 +277,7 @@ // (other items were commented in a header). // --------------------------------------------------------- // -// <-- QT PHONE START --> EXPORT_C TPhoneCmdParamCallHeaderData::TPhoneTextClippingDirection -// <-- QT PHONE END --> TPhoneCmdParamCallHeaderData::CNAPTextClippingDirection() const { return iCNAPTextClippingDirection; @@ -340,12 +311,10 @@ // (other items were commented in a header). // --------------------------------------------------------- // -// <-- QT PHONE START --> EXPORT_C TBool TPhoneCmdParamCallHeaderData::Diverted() const { return iDiverted; } -// <-- QT PHONE END --> // --------------------------------------------------------- // TPhoneCmdParamCallHeaderData::Line2