upnpmediaserver/avobjects/inc/upnpfiletransfereventlist.h
changeset 0 7f85d04be362
equal deleted inserted replaced
-1:000000000000 0:7f85d04be362
       
     1 /** @file
       
     2 * Copyright (c) 2005-2006 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 "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:  Media Server file transfer event list
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef C_UPNPFILETRANSFEREVENTLIST_H
       
    20 #define C_UPNPFILETRANSFEREVENTLIST_H
       
    21 
       
    22 // INCLUDES
       
    23 #include "upnpobject.h"
       
    24 #include "upnpmediaservereventlist.h"
       
    25 
       
    26 #include <e32base.h>
       
    27 #include <s32mem.h>
       
    28 
       
    29 
       
    30 
       
    31 
       
    32 
       
    33 
       
    34 
       
    35 
       
    36 
       
    37 
       
    38 // FORWARD DECLARATIONS
       
    39 class CUpnpMediaServerEventList;
       
    40 class CUpnpMediaServerEvent;
       
    41 
       
    42 
       
    43 // CLASS DECLARATION
       
    44 
       
    45 /**
       
    46 *  CUpnpFileTransferEventList class
       
    47 *
       
    48 *  @since Series 60 3.1
       
    49 */
       
    50 class CUpnpFileTransferEventList : public CUpnpMediaServerEventList
       
    51     {
       
    52 public:
       
    53 
       
    54     /**
       
    55      * Two-phased constructor.
       
    56      */
       
    57     IMPORT_C static CUpnpFileTransferEventList* NewL();
       
    58 
       
    59     /**
       
    60      * Two-phased constructor.
       
    61      */
       
    62     IMPORT_C static CUpnpFileTransferEventList* NewLC();
       
    63 
       
    64     /**
       
    65      * Internalizes CUpnpFileTransferEventList class object
       
    66      */
       
    67     virtual void InternalizeSubTypeL( RReadStream& aStream );
       
    68 
       
    69     /**
       
    70      * Destructor.
       
    71      */
       
    72     ~CUpnpFileTransferEventList();
       
    73 
       
    74 private:
       
    75 
       
    76     /**
       
    77      * Constructor.
       
    78      */
       
    79     CUpnpFileTransferEventList();
       
    80     };
       
    81 
       
    82 #endif      // C_UPNPFILETRANSFEREVENTLIST_H
       
    83 
       
    84 // End of File