homesync/contentmanager/cmserver/cmserver/src/client/cmclientsession.cpp
changeset 32 3785f754ee62
parent 0 7f85d04be362
equal deleted inserted replaced
27:03808033c9a2 32:3785f754ee62
   902 
   902 
   903     for ( TInt i = 0; i < amount; i++ )
   903     for ( TInt i = 0; i < amount; i++ )
   904         {
   904         {
   905         CCmDriveInfo* tempDrive = CCmDriveInfo::NewLC();
   905         CCmDriveInfo* tempDrive = CCmDriveInfo::NewLC();
   906         tempDrive->InternalizeL( stream );
   906         tempDrive->InternalizeL( stream );
   907         aDrives.Append( tempDrive );
   907         aDrives.AppendL( tempDrive );
   908         CleanupStack::Pop( tempDrive );
   908         CleanupStack::Pop( tempDrive );
   909         }
   909         }
   910     CleanupStack::PopAndDestroy( 2, buffer );
   910     CleanupStack::PopAndDestroy( 2, buffer );
   911     }
   911     }
   912 
   912