diff -r e9b96e674847 -r 5b2a402e96ac usbengines/usbwatcher/inc/cusbwatcher.h --- a/usbengines/usbwatcher/inc/cusbwatcher.h Thu Jul 15 19:48:29 2010 +0300 +++ b/usbengines/usbwatcher/inc/cusbwatcher.h Thu Aug 19 10:54:11 2010 +0300 @@ -1,5 +1,5 @@ /* -* Copyright (c) 2002-2009 Nokia Corporation and/or its subsidiary(-ies). +* Copyright (c) 2002-2010 Nokia Corporation and/or its subsidiary(-ies). * All rights reserved. * This component and the accompanying materials are made available * under the terms of "Eclipse Public License v1.0" @@ -248,16 +248,6 @@ */ void DoCancel(); - /** - * Check if there is an observer with ask on connection suppression. - * Check if one or more sessions have suppressed the ask on - * connection mode query. - * - * @since S60 5.0 - * @return ETrue if suppression found - */ - TBool IsAskOnConnectionSuppression(); - private: /** @@ -362,11 +352,6 @@ TInt iOldPrevPersonalityId; /** - * Current ask on connection setting - */ - TInt iAskOnConnectionSetting; - - /** * State for USB starting/stoping */ TUsbState iState;