ipsservices/ipssosplugin/src/ipsplgmsgmapper.cpp
changeset 51 d845db10c0d4
parent 47 f83bd4ae1fe3
child 56 15bc1d5d6267
--- 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;
             }
         }