homesync/contentmanager/cmserver/cmfillmanager/src/cmfmdownloadproxy.cpp
changeset 32 3785f754ee62
parent 0 7f85d04be362
--- a/homesync/contentmanager/cmserver/cmfillmanager/src/cmfmdownloadproxy.cpp	Wed Aug 18 10:02:50 2010 +0300
+++ b/homesync/contentmanager/cmserver/cmfillmanager/src/cmfmdownloadproxy.cpp	Fri Sep 17 08:31:21 2010 +0300
@@ -217,13 +217,13 @@
     CCmFmDownloadMngr* mngr = CCmFmDownloadMngr::NewL( aAVController, aObserver,
        *(*aDevices)[aSessionCount], aSessionCount );
     CleanupStack::PushL( mngr );
-    iDownloadSessions.Append( mngr );            
+    iDownloadSessions.AppendL( mngr );            
     CleanupStack::Pop( mngr );
     iDownloadSessionCount++;             
     TCmFmDownloadSessionIndexes index;
     index.iDeviceIndex = aSessionCount;   
     index.iSessionIndex = ( iDownloadSessions.Count() - 1 );
-    iSessionIndexes.Append( index );
+    iSessionIndexes.AppendL( index );
     aSessionIndex = index.iSessionIndex;     
     }