diff -r 0659d0e1a03c -r 1d28c8722707 userlibandfileserver/fileserver/shostmassstorage/server/protocol/include/tscsiblockcmds.inl --- a/userlibandfileserver/fileserver/shostmassstorage/server/protocol/include/tscsiblockcmds.inl Wed Oct 20 13:58:28 2010 +0100 +++ b/userlibandfileserver/fileserver/shostmassstorage/server/protocol/include/tscsiblockcmds.inl Tue Nov 02 15:29:23 2010 +0000 @@ -1,4 +1,4 @@ -// Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies). +// Copyright (c) 2008-2010 Nokia Corporation and/or its subsidiary(-ies). // All rights reserved. // This component and the accompanying materials are made available // under the terms of the License "Eclipse Public License v1.0" @@ -12,15 +12,15 @@ // // Description: // scsiblockcommands.inl -// +// // /** @file @internalTechnology - + Constructor for SCSI MODE SENSE (6) request. - + @param aPageControl SCSI PAGE CONTROL field @param aPageCode SCSI PAGE CODE field @param aSubPageCode SCSI SUB PAGE CODE field @@ -40,7 +40,6 @@ inline TInt TScsiClientModeSense6Req::EncodeRequestL(TDes8& aBuffer) const { - __SCSIPRINT(_L("<-- SCSI MODE SENSE (6)")); TInt length = TScsiClientReq::EncodeRequestL(aBuffer); // PC @@ -65,7 +64,6 @@ iBlockTransferLength(0), iProtect(0) { - __MSFNSLOG } @@ -74,7 +72,6 @@ : TScsiClientRdWr10Req(ERead10) { - __MSFNSLOG } @@ -83,7 +80,6 @@ : TScsiClientReq(EReadCapacity10), iLba(0) { - __MSFNSLOG } @@ -96,7 +92,6 @@ : TScsiClientReq(EReadCapacity10), iLba(aLba) { - __MSFNSLOG } @@ -105,7 +100,6 @@ : TScsiClientRdWr10Req(EWrite10) { - __MSFNSLOG } @@ -117,6 +111,5 @@ iStart(EFalse), iLoej(EFalse) { - __MSFNSLOG }