homesync/contentmanager/cmserver/cmstoremanager/src/cmsmfilemngr.cpp
changeset 30 5ec426854821
parent 0 7f85d04be362
--- a/homesync/contentmanager/cmserver/cmstoremanager/src/cmsmfilemngr.cpp	Fri Aug 06 12:57:10 2010 +0300
+++ b/homesync/contentmanager/cmserver/cmstoremanager/src/cmsmfilemngr.cpp	Fri Sep 03 15:38:36 2010 +0300
@@ -279,7 +279,7 @@
         iDBManager->PrepareQueryCmdL(EStoreRuleQuery);
         storeRule->SetNameL( *array[i] );        
         iDBManager->QueryStoreRuleL( storeRule );
-        iRuleArray.Append( storeRule );
+        iRuleArray.AppendL( storeRule );
         CleanupStack::Pop(storeRule);
         }
     array.ResetAndDestroy();
@@ -511,7 +511,7 @@
                     {
                     if( KErrNone == ms.Compare( *iMsIds[l]->iUuid ) )
                         {
-                        aIds.InsertInOrder( iMsIds[l]->iId );
+                        aIds.InsertInOrderL( iMsIds[l]->iId );
                         // End loop    
                     	l = iMsIds.Count();  
                         }
@@ -543,8 +543,8 @@
                 {
                 HBufC8* uuid = mediaServer.AllocLC();
                 CCmSmMsInfo* msInfo = CCmSmMsInfo::NewLC( *uuid, id );
-                tempIds.Append(id);
-                iMsIds.Append(msInfo);                
+                tempIds.AppendL(id);
+                iMsIds.AppendL(msInfo);                
                 CleanupStack::Pop( msInfo );
                 CleanupStack::PopAndDestroy( uuid );
                 }
@@ -614,7 +614,7 @@
                 if( itemOnSelectedList &&
                     ECmStored != statusValues[ index ] )
                     {
-                    aItemIds.Append( i );
+                    aItemIds.AppendL( i );
                     }                
                 }            
             }