diff -r eadeea68c837 -r 173beb545395 usbengines/usbwatcher/inc/musbwatchernotify.h --- a/usbengines/usbwatcher/inc/musbwatchernotify.h Tue Jul 13 00:24:10 2010 +0300 +++ b/usbengines/usbwatcher/inc/musbwatchernotify.h Fri Jul 23 13:40:58 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