diff -r b13141f05c3d -r b5fbb9b25d57 ipsservices/ipssosplugin/src/ipsplgimap4plugin.cpp --- a/ipsservices/ipssosplugin/src/ipsplgimap4plugin.cpp Tue Apr 27 16:20:14 2010 +0300 +++ b/ipsservices/ipssosplugin/src/ipsplgimap4plugin.cpp Tue May 11 15:57:15 2010 +0300 @@ -19,6 +19,7 @@ #include "emailtrace.h" #include "ipsplgheaders.h" +#include // CleanupResetAndDestroyPushL const TInt KConnectOpPriority = CActive::EPriorityStandard; @@ -663,7 +664,7 @@ if( folder ) { CleanupStack::PushL( folder ); - aFolderList.Append( folder ); + aFolderList.AppendL( folder ); CleanupStack::Pop( folder ); } @@ -673,7 +674,7 @@ if( folder ) { CleanupStack::PushL( folder ); - aFolderList.Append( folder ); + aFolderList.AppendL( folder ); CleanupStack::Pop( folder ); } @@ -683,7 +684,7 @@ if( folder ) { CleanupStack::PushL( folder ); - aFolderList.Append( folder ); + aFolderList.AppendL( folder ); CleanupStack::Pop( folder ); }