simpledatamodeladapter/src/presenceplugindata.cpp
branchRCL_3
changeset 18 52d91a16fec3
parent 11 b4758b4b2d20
--- a/simpledatamodeladapter/src/presenceplugindata.cpp	Tue Apr 27 17:03:39 2010 +0300
+++ b/simpledatamodeladapter/src/presenceplugindata.cpp	Tue May 11 16:35:18 2010 +0300
@@ -800,14 +800,14 @@
         {
         MPresenceInfo* info =
             aPresenceFactory.NewPresenceInfoLC();//<< info
-        aEntities.Append( info );
+        aEntities.AppendL( info );
         // aEntities may contain entries even this method leaves
         CleanupStack::Pop();// >> info
 
         NotifyToPrInfoL( aFactory, aPresenceFactory, *docs[i], *info );
         // Add SIp identity to active users list
         MXIMPIdentity* active = aFactory.NewIdentityLC();// << active
-        aActives.Append( active );
+        aActives.AppendL( active );
         CleanupStack::Pop();// >> active
 
         // Convert SIP entity URI from UTF to Unicode.
@@ -863,7 +863,7 @@
                         const TDesC8* uri8 = elem2->AttrValue( KPresenceUri8 );
                         MXIMPIdentity* terminated =
                             aFactory.NewIdentityLC();// << terminated
-                        aTerminated.Append( terminated );
+                        aTerminated.AppendL( terminated );
                         CleanupStack::Pop();                   // >> terminated
 
                         // Convert SIP entity URI from UTF to Unicode.