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 <e32base.h>
-#include <e32base_private.h>
+
#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;
}