diff -r 04a1b74efd48 -r d32f34975bbf userlibandfileserver/fileserver/shostmassstorage/server/protocol/tsbcclientinterface.cpp --- a/userlibandfileserver/fileserver/shostmassstorage/server/protocol/tsbcclientinterface.cpp Mon Feb 01 19:40:00 2010 +0100 +++ b/userlibandfileserver/fileserver/shostmassstorage/server/protocol/tsbcclientinterface.cpp Mon Feb 01 19:49:38 2010 +0100 @@ -19,7 +19,7 @@ */ #include -#include + #include "msdebug.h" #include "debug.h" #include "msctypes.h" @@ -216,7 +216,7 @@ __SCSIPRINT2(_L("Capacity LBA=0x%08x SIZE=0x%08x"), aLba, aBlockSize); - iBlockTransfer.SetCapacity(aBlockSize, aLba); + iBlockTransfer.SetCapacityL(aBlockSize, aLba); } return err; }