usbengines/usbwatcher/inc/musbwatchernotify.h
branchRCL_3
changeset 92 dde4619868dc
parent 77 5b2a402e96ac
--- 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