connectivitylayer/usbphonetlink/usbpnserver_exe/inc/musbpnaltobserver.h
changeset 0 63b37f68c1ce
child 7 fa67e03b87df
equal deleted inserted replaced
-1:000000000000 0:63b37f68c1ce
       
     1 /*
       
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of the License "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description: 
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef MUSBPNALTOBSERVER_H
       
    20 #define MUSBPNALTOBSERVER_H
       
    21 
       
    22 // INCLUDES
       
    23 // CONSTANTS
       
    24 // MACROS
       
    25 // DATA TYPES
       
    26 // FUNCTION PROTOTYPES
       
    27 // FORWARD DECLARATIONS
       
    28 // CLASS DECLARATION
       
    29 
       
    30 class MUsbPnAltObserver
       
    31     {
       
    32     public: // New functions
       
    33 
       
    34         /**
       
    35         * Handles alternate setting changes.
       
    36         * @since Series ?XX ?SeriesXX_version
       
    37         * @param ?arg1 ?description
       
    38         * @return ?description
       
    39         */
       
    40         virtual void HandleDeviceStateChange( TUint ) = 0;
       
    41 
       
    42     };
       
    43 
       
    44 #endif      // MUSBPNALTOBSERVER_H
       
    45 
       
    46 // End of File