upnpavcontroller/upnpavcontrollerclient/inc/upnpavbrowserespparams.h
changeset 0 7f85d04be362
equal deleted inserted replaced
-1:000000000000 0:7f85d04be362
       
     1 /*
       
     2 * Copyright (c) 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:      a data class containing browse and search response
       
    15 *                parameters
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 
       
    21 
       
    22 
       
    23 
       
    24 #ifndef T_TUPNPAVBROWSERESPPARAMS_H
       
    25 #define T_TUPNPAVBROWSERESPPARAMS_H
       
    26 
       
    27 
       
    28 #include <e32base.h>
       
    29 #include <s32mem.h>
       
    30 
       
    31 #include "upnpavbrowsingsession.h"
       
    32 
       
    33 // FORWARD DECLARATIONS
       
    34 
       
    35 // CLASS DECLARATION
       
    36 
       
    37 /**
       
    38 *  UPnP AV Controller Client/Server communication helper class
       
    39 *  
       
    40 *
       
    41 *  @lib - 
       
    42 *  @since Series 60 3.1
       
    43 */
       
    44 
       
    45 class TUpnpAVBrowseRespParams
       
    46     { 
       
    47        
       
    48 public: // Public data members
       
    49     
       
    50     TInt iResponseSize;
       
    51     TInt iUpdateIdSize;
       
    52     TInt iMatches;
       
    53     TInt iTotalCount;
       
    54         
       
    55     };
       
    56 
       
    57 
       
    58 #endif // T_TUPNPAVBROWSERESPPARAMS_H