usbengines/usbwatcher/inc/musbwatchernotify.h
branchRCL_3
changeset 22 5b2a402e96ac
parent 0 1e05558e2206
equal deleted inserted replaced
21:e9b96e674847 22:5b2a402e96ac
     1 /*
     1 /*
     2 * Copyright (c) 2002-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2002-2010 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;
       
    31     };
    27     };
    32 
    28 
    33 #endif
    29 #endif
    34 
    30 
    35 // End of file
    31 // End of file