diff -r 703a2b94c06c -r dde4619868dc usbengines/usbwatcher/inc/musbwatchernotify.h --- a/usbengines/usbwatcher/inc/musbwatchernotify.h Wed Sep 15 13:20:24 2010 +0300 +++ b/usbengines/usbwatcher/inc/musbwatchernotify.h Wed Oct 13 15:41:46 2010 +0300 @@ -1,5 +1,5 @@ /* -* Copyright (c) 2002-2010 Nokia Corporation and/or its subsidiary(-ies). +* Copyright (c) 2002-2009 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,6 +24,10 @@ 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