usbengines/usbwatcher/inc/musbwatchernotify.h
changeset 71 173beb545395
parent 0 1e05558e2206
child 92 dde4619868dc
--- 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