usbengines/usbwatcher/inc/cusbwatchersession.h
branchRCL_3
changeset 77 5b2a402e96ac
parent 0 1e05558e2206
child 92 dde4619868dc
--- a/usbengines/usbwatcher/inc/cusbwatchersession.h	Thu Jul 15 19:48:29 2010 +0300
+++ b/usbengines/usbwatcher/inc/cusbwatchersession.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"
@@ -40,12 +40,6 @@
         
     virtual void Notify(TInt iPersonalityId, TInt aStatus); 
 
-    /**
-     * Check if ask on connection mode query is suppressed in this session.
-     * From MUsbWatcherNotify
-     */
-    virtual TBool IsAskOnConnectionSuppressed();
-    
 protected:
     CUsbWatcherSession(CUsbWatcherServer* aServer);
     void ConstructL();
@@ -66,14 +60,6 @@
     TInt SetPreviousPersonalityOnDisconnect(const RMessage2& aMessage, 
             TBool& aComplete);
 
-    /**
-     * Prevent showing ask on connection mode query in this session.
-     * This affects to the next cable connections. The currently shown
-     * mode query is not closed.
-     * aSuppress ETrue prevents showing the mode query.
-     */
-    void SetAskOnConnectionSuppression(TBool aSuppress);
-
     CUsbWatcherServer* iUsbWatcherServer;
     RMessage2 iSetPersonalityMessage;
     RMessage2 iCancelSetPersonalityMessage;
@@ -84,7 +70,6 @@
 
     TBool iSetPreviousPersonalityOutstanding;
     TBool iCancelSetPreviousPersonalityOutstanding;
-    TBool iSuppressAskOnConnection; // Prevent ask on connection mode query 
     };
 
 #endif