diff -r e9b96e674847 -r 5b2a402e96ac usbengines/usbwatcher/inc/musbwatchernotify.h --- a/usbengines/usbwatcher/inc/musbwatchernotify.h Thu Jul 15 19:48:29 2010 +0300 +++ b/usbengines/usbwatcher/inc/musbwatchernotify.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" @@ -24,10 +24,6 @@ public: virtual void Notify( TInt aPersonalityId, TInt aStatus ) = 0; - /** - * Check if ask on connection mode query is suppressed in this session. - */ - virtual TBool IsAskOnConnectionSuppressed() = 0; }; #endif