presencefwsimpleadpt/src/simpleplugindata.cpp
branchRCL_3
changeset 11 52d91a16fec3
parent 0 c8caa15ef882
--- a/presencefwsimpleadpt/src/simpleplugindata.cpp	Tue Apr 27 17:03:39 2010 +0300
+++ b/presencefwsimpleadpt/src/simpleplugindata.cpp	Tue May 11 16:35:18 2010 +0300
@@ -531,7 +531,7 @@
     for ( TInt i = 0; i < count; i++ )
         {
         MPresenceInfo* info = aPresenceFactory.NewPresenceInfoLC();   // << info
-        aEntities.Append( info );
+        aEntities.AppendL( info );
         // aEntities may contain entries even this method leaves
         CleanupStack::Pop();                                      // >> info
 
@@ -539,7 +539,7 @@
 
         // 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.
@@ -731,7 +731,7 @@
             {
             // Add presentity into terminated list
             MXIMPIdentity* terminated = aFactory.NewIdentityLC();  // +terminated
-            aTerminated.Append( terminated );
+            aTerminated.AppendL( terminated );
             CleanupStack::Pop();                   // -terminated
 
             // Convert SIP entity URI from UTF to Unicode.