homesync/contentmanager/homesyncgsplugin/src/mssettingitemmemory.cpp
changeset 32 3785f754ee62
parent 0 7f85d04be362
equal deleted inserted replaced
27:03808033c9a2 32:3785f754ee62
   338 
   338 
   339                 }
   339                 }
   340             // add quota to drive info
   340             // add quota to drive info
   341             iDriveArray[i]->SetDriveQuota( quota );
   341             iDriveArray[i]->SetDriveQuota( quota );
   342             // add selected drive to array
   342             // add selected drive to array
   343             activeDrives.Append( iDriveArray[i] );
   343             activeDrives.AppendL( iDriveArray[i] );
   344             }
   344             }
   345         }
   345         }
   346 
   346 
   347     // store drive information
   347     // store drive information
   348     TRACE(Print(_L("[MediaServant]\t CMSSettingItemMMemory::\
   348     TRACE(Print(_L("[MediaServant]\t CMSSettingItemMMemory::\