userlibandfileserver/fileserver/smassstorage/cbulkonlytransportusbcldd.cpp
changeset 270 ea2cef07f9fe
parent 39 5d2844f35677
child 271 dc268b18d709
equal deleted inserted replaced
255:d45b74d3fb20 270:ea2cef07f9fe
     1 /*
     1 /*
     2 * Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2004-2010 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of the License "Eclipse Public License v1.0"
     5 * under the terms of the License "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
   296 CBulkOnlyTransportUsbcLdd::~CBulkOnlyTransportUsbcLdd()
   296 CBulkOnlyTransportUsbcLdd::~CBulkOnlyTransportUsbcLdd()
   297 	{
   297 	{
   298 	__FNLOG("CBulkOnlyTransportUsbcLdd::~CBulkOnlyTransportUsbcLdd");
   298 	__FNLOG("CBulkOnlyTransportUsbcLdd::~CBulkOnlyTransportUsbcLdd");
   299 	if (iInterfaceConfigured)
   299 	if (iInterfaceConfigured)
   300 		{
   300 		{
       
   301 		Stop();
   301 		delete iControlInterface ;
   302 		delete iControlInterface ;
   302 		delete iDeviceStateNotifier;
   303 		delete iDeviceStateNotifier;
   303 		}
   304 		}
   304 	}	
   305 	}	
   305 
   306