phoneapp/phoneuiutils/src/tphonecmdparamcallheaderdata.cpp
changeset 72 c76a0b1755b9
parent 56 5bcb308bd24d
equal deleted inserted replaced
64:6aaf0276100e 72:c76a0b1755b9
    43     iThumbnail( NULL ),
    43     iThumbnail( NULL ),
    44     iCallerText( KNullDesC ),
    44     iCallerText( KNullDesC ),
    45     iParticipantListCLI( EPhoneParticipantCLIText ),
    45     iParticipantListCLI( EPhoneParticipantCLIText ),
    46     iCipheringIndicatorAllowed( ETrue ),
    46     iCipheringIndicatorAllowed( ETrue ),
    47     iContactLink( KNullDesC8 ),
    47     iContactLink( KNullDesC8 ),
    48     iRemotePhoneNumber( KNullDesC )
    48     iRemotePhoneNumber( KNullDesC ),
    49     ,iDiverted( EFalse )
    49     iDiverted( EFalse )
    50     {
    50     {
    51     iParamId = EPhoneParamIdCallHeaderData;
    51     iParamId = EPhoneParamIdCallHeaderData;
    52     }
    52     }
    53 
    53 
    54 // ---------------------------------------------------------
    54 // ---------------------------------------------------------