userlibandfileserver/fileserver/smassstorage/cbulkonlytransport.cpp
changeset 281 13fbfa31d2ba
parent 0 a41df078684a
child 271 dc268b18d709
equal deleted inserted replaced
266:0008ccd16016 281:13fbfa31d2ba
     1 // Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2004-2010 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     3 // This component and the accompanying materials are made available
     4 // under the terms of the License "Eclipse Public License v1.0"
     4 // under the terms of the License "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
   197 /**
   197 /**
   198 Destructor
   198 Destructor
   199 */
   199 */
   200 CBulkOnlyTransport::~CBulkOnlyTransport()
   200 CBulkOnlyTransport::~CBulkOnlyTransport()
   201 	{
   201 	{
   202 	__FNLOG("CBulkOnlyTransport::~CBulkOnlyTransport");
       
   203 	if (iInterfaceConfigured)
       
   204 		{
       
   205 		Stop();
       
   206 		}
       
   207 	}
   202 	}
   208 
   203 
   209 
   204 
   210 /**
   205 /**
   211 Called by the protocol after processing the packet to indicate that more data is required.
   206 Called by the protocol after processing the packet to indicate that more data is required.