userlibandfileserver/fileserver/shostmassstorage/server/protocol/include/tscsiclientreq.inl
changeset 297 b2826f67641f
parent 0 a41df078684a
--- a/userlibandfileserver/fileserver/shostmassstorage/server/protocol/include/tscsiclientreq.inl	Tue Oct 26 11:12:58 2010 +0100
+++ b/userlibandfileserver/fileserver/shostmassstorage/server/protocol/include/tscsiclientreq.inl	Tue Oct 26 12:49:20 2010 +0100
@@ -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"
@@ -16,9 +16,9 @@
 /**
  @file
  @internalTechnology
- 
+
  Constructor initialised with the SCSI OPERATION CODE for this object.
- 
+
  @param aOperationCode The SCSI OPERATION CODE of the request
 */
 inline TScsiClientReq::TScsiClientReq(TOperationCode aOperationCode)
@@ -27,12 +27,10 @@
     iNaca(0),
     iLink(0)
     {
-    __MSFNSLOG
     }
 
 inline TUint8 TScsiClientReq::GetControlByte() const
     {
-    __MSFNSLOG
     TUint8 control = 0;
 
     if (iLink)
@@ -48,7 +46,6 @@
 
 inline TGroupCode TScsiClientReq::GetGroupCode() const
     {
-    __MSFNSLOG
     return iOperationCode >> 5;
     }