connectivitylayer/usbphonetlink/usbpnserver_exe/inc/musbpnbufferlistener.h
changeset 0 63b37f68c1ce
child 5 8ccc39f9d787
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 
       
    20 #ifndef MUSBPNRECEIVEOBSERVER_H
       
    21 #define MUSBPNRECEIVEOBSERVER_H
       
    22 
       
    23 // INCLUDES
       
    24 // CONSTANTS
       
    25 // MACROS
       
    26 // DATA TYPES
       
    27 // FUNCTION PROTOTYPES
       
    28 // FORWARD DECLARATIONS
       
    29 // CLASS DECLARATION
       
    30 
       
    31 class MUsbPnBufferListener
       
    32     {
       
    33     public: // New functions
       
    34 
       
    35         /**
       
    36         * Continue receive if buffer queue has room again.
       
    37         * @since Series ?XX ?SeriesXX_version
       
    38         * @param TBool aDiscard
       
    39         * @return ?description
       
    40         */
       
    41         virtual void Receive( TBool aDiscard ) = 0;
       
    42 
       
    43     };
       
    44 
       
    45 #endif      // MUSBPNRECEIVEOBSERVER_H
       
    46 
       
    47 // End of File