diff -r 00c7ae862740 -r d845db10c0d4 ipsservices/ipssosplugin/src/ipsplgmsgmapper.cpp --- a/ipsservices/ipssosplugin/src/ipsplgmsgmapper.cpp Fri Jul 02 15:55:16 2010 +0300 +++ b/ipsservices/ipssosplugin/src/ipsplgmsgmapper.cpp Fri Jul 09 12:17:13 2010 +0300 @@ -1085,7 +1085,7 @@ childPart = GetMessagePartL( (*cEntry)[0].Id(), aMailBoxId, aMessageId ); if( childPart ) { - aParts.Append( childPart ); + aParts.AppendL( childPart ); } } } @@ -1147,7 +1147,7 @@ // Insert the new child part to the result array if ( childPart ) { - aParts.Insert( childPart, position ); + aParts.InsertL( childPart, position ); childPart = NULL; } }