presencefwsimpleadpt/src/simplepluginauthorization.cpp
branchRCL_3
changeset 25 e53c01f160bc
parent 0 c8caa15ef882
--- a/presencefwsimpleadpt/src/simplepluginauthorization.cpp	Tue May 25 13:08:20 2010 +0300
+++ b/presencefwsimpleadpt/src/simplepluginauthorization.cpp	Mon Jun 21 16:06:46 2010 +0300
@@ -545,7 +545,7 @@
         {
         MXIMPIdentity* entity = myFactory.NewIdentityLC(); // << entity
         entity->SetIdentityL( aBlockers[i] );
-        aBlockedSouls.Append( entity );
+        aBlockedSouls.AppendL( entity );
         CleanupStack::Pop(); // >> entity
         }
     }