userlibandfileserver/fileserver/shostmassstorage/server/protocol/tsbcclientinterface.cpp
equal
deleted
inserted
replaced
17 @file |
17 @file |
18 @internalTechnology |
18 @internalTechnology |
19 */ |
19 */ |
20 |
20 |
21 #include <e32base.h> |
21 #include <e32base.h> |
22 #include <e32base_private.h> |
22 |
23 #include "msdebug.h" |
23 #include "msdebug.h" |
24 #include "debug.h" |
24 #include "debug.h" |
25 #include "msctypes.h" |
25 #include "msctypes.h" |
26 |
26 |
27 #include "mtransport.h" |
27 #include "mtransport.h" |
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 |