userlibandfileserver/fileserver/shostmassstorage/server/protocol/tsbcclientinterface.cpp
changeset 4 56f325a607ea
parent 0 a41df078684a
child 6 0173bcd7697c
equal deleted inserted replaced
2:4122176ea935 4:56f325a607ea
   214         aBlockSize = capacity10Resp.iBlockSize;
   214         aBlockSize = capacity10Resp.iBlockSize;
   215 
   215 
   216         __SCSIPRINT2(_L("Capacity LBA=0x%08x SIZE=0x%08x"),
   216         __SCSIPRINT2(_L("Capacity LBA=0x%08x SIZE=0x%08x"),
   217                      aLba, aBlockSize);
   217                      aLba, aBlockSize);
   218 
   218 
   219         iBlockTransfer.SetCapacity(aBlockSize, aLba);
   219         iBlockTransfer.SetCapacityL(aBlockSize, aLba);
   220         }
   220         }
   221 	return err;
   221 	return err;
   222     }
   222     }
   223 
   223 
   224 
   224