videofeeds/server/IptvNetworkSelection/inc/TIptvGetUsedIapReq.h
changeset 0 96612d01cf9f
equal deleted inserted replaced
-1:000000000000 0:96612d01cf9f
       
     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 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 
       
    21 
       
    22 #ifndef TIPTVGETUSEDIAPREQ_H
       
    23 #define TIPTVGETUSEDIAPREQ_H
       
    24 
       
    25 //  INCLUDES
       
    26 #include "CIptvUtil.h"
       
    27 
       
    28 // CONSTANTS
       
    29 
       
    30 // MACROS
       
    31 
       
    32 // DATA TYPES
       
    33 
       
    34 // FUNCTION PROTOTYPES
       
    35 
       
    36 // FORWARD DECLARATIONS
       
    37 class MIptvNetworkSelectionObserver;
       
    38 
       
    39 // CLASS DECLARATION
       
    40 
       
    41 /**
       
    42  * Container for GetUsedIapReqL request.
       
    43  * See header for CIptvNetworkSelection::GetUsedIapReqL -method for more information.
       
    44  */
       
    45 class TIptvGetUsedIapReq
       
    46     {
       
    47 
       
    48     public:     // Data
       
    49 
       
    50         /**
       
    51          * Client fills.
       
    52          */
       
    53         MIptvNetworkSelectionObserver* iNsObserver;
       
    54         
       
    55         /**
       
    56          * Client fills.
       
    57          */
       
    58         TUint32                        iServiceId;
       
    59 
       
    60         /**
       
    61          * CIptvNetworkSelection fills.
       
    62          */
       
    63         TUint32                       iIapId;
       
    64 
       
    65         /**
       
    66          * CIptvNetworkSelection fills.
       
    67          */
       
    68         TBuf<KIptvNsIapNameMaxLength> iIapName;
       
    69 
       
    70         /**
       
    71          * CIptvNetworkSelection fills.
       
    72          */
       
    73         TUint8                        iConnectionPermission;
       
    74         
       
    75         /**
       
    76         * CIptvNetworkSelection fills.
       
    77         */
       
    78         TUint8                           iWLANWhenGPRS;
       
    79 
       
    80         /**
       
    81          * CIptvNetworkSelection fills.
       
    82          */
       
    83         TUint8                        iRespStatus;
       
    84                     
       
    85     };
       
    86 
       
    87 #endif      // TIPTVGETUSEDIAPREQ_H