usbengines/usbwatcher/inc/musbwatchernotify.h
branchRCL_3
changeset 92 dde4619868dc
parent 77 5b2a402e96ac
equal deleted inserted replaced
86:703a2b94c06c 92:dde4619868dc
     1 /*
     1 /*
     2 * Copyright (c) 2002-2010 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2002-2009 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
    22 class MUsbWatcherNotify
    22 class MUsbWatcherNotify
    23     {
    23     {
    24 public:
    24 public:
    25     virtual void Notify( TInt aPersonalityId, TInt aStatus ) = 0;  
    25     virtual void Notify( TInt aPersonalityId, TInt aStatus ) = 0;  
    26 
    26 
       
    27     /**
       
    28      * Check if ask on connection mode query is suppressed in this session.
       
    29      */
       
    30     virtual TBool IsAskOnConnectionSuppressed() = 0;
    27     };
    31     };
    28 
    32 
    29 #endif
    33 #endif
    30 
    34 
    31 // End of file
    35 // End of file