messagingapp/msgappfw/plugins/msgplugin/src/ccsmsgpluginutility.cpp
changeset 43 35b64624a9e7
parent 34 84197e66a4bd
equal deleted inserted replaced
34:84197e66a4bd 43:35b64624a9e7
    74     //set the values
    74     //set the values
    75     if(aContact)
    75     if(aContact)
    76         conversationEntry->SetContactL( *aContact );
    76         conversationEntry->SetContactL( *aContact );
    77     conversationEntry->SetEntryId( aEnryId );
    77     conversationEntry->SetEntryId( aEnryId );
    78     conversationEntry->SetTimeStampL( aTimeStamp );
    78     conversationEntry->SetTimeStampL( aTimeStamp );
       
    79     if (aDescription) {
    79     conversationEntry->SetDescriptionL( *aDescription );
    80     conversationEntry->SetDescriptionL( *aDescription );
       
    81     }
    80     conversationEntry->SetConversationDir( MapDirection( aDir ) );
    82     conversationEntry->SetConversationDir( MapDirection( aDir ) );
    81     conversationEntry->SetSendState( aSendState );
    83     conversationEntry->SetSendState( aSendState );
    82     conversationEntry->ChangeAttributes( aMsgAttribs, ECsAttributeNone );
    84     conversationEntry->ChangeAttributes( aMsgAttribs, ECsAttributeNone );
    83     conversationEntry->SetType(aCsType);
    85     conversationEntry->SetType(aCsType);
    84         
    86