videocollection/mpxmyvideoscollection/src/vcxmyvideosasyncfilecopy.cpp
branchRCL_3
changeset 16 67eb01668b0e
parent 10 112a725ff2c2
equal deleted inserted replaced
15:8f0df5c82986 16:67eb01668b0e
   125         }
   125         }
   126 
   126 
   127     User::LeaveIfError( error );
   127     User::LeaveIfError( error );
   128     User::LeaveIfError( iSourceFile.Size( iDataRemaining ) );
   128     User::LeaveIfError( iSourceFile.Size( iDataRemaining ) );
   129     User::LeaveIfError( iTargetFile.SetSize( iDataRemaining ) );
   129     User::LeaveIfError( iTargetFile.SetSize( iDataRemaining ) );
   130     
   130 
   131     TInt suggestBlockSize;
   131     TInt suggestBlockSize;
   132     if ( iDataRemaining > KBigBufSize )
   132     if ( iDataRemaining > KBigBufSize )
   133         {
   133         {
   134         suggestBlockSize = KBigBufSize;
   134         suggestBlockSize = KBigBufSize;
   135         }
   135         }