locationsystemui/locationsysui/possettings/possuplsettingsplugin/inc/possuplsettingscommon.h
branchRCL_3
changeset 44 2b4ea9893b66
equal deleted inserted replaced
42:02ba3f1733c6 44:2b4ea9893b66
       
     1 /*
       
     2  * Copyright (c) 2010 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: This is a common header for SUPL Positioning Settings plugin 
       
    15  *							for Advanced View
       
    16  *
       
    17  */
       
    18 
       
    19 #ifndef POSSUPLSETTINGS_COMMON_H
       
    20 #define POSSUPLSETTINGS_COMMON_H
       
    21 
       
    22 #include <qstring.h>
       
    23 
       
    24 /**
       
    25  * Contains info related to each SUPL Servers
       
    26  * - SLP id
       
    27  * - Server Address
       
    28  * - Access Point
       
    29  * - Server Usage State(enabled/disabled)
       
    30  * - Sim Change Remove (Yes/No)
       
    31  * - Usage is Home Network(Yes/No)
       
    32  * - editable (Yes/No)
       
    33  */
       
    34 class PosServerParams
       
    35     {
       
    36 public:
       
    37     long slpId;
       
    38     QString serverAdd;
       
    39     QString iap;
       
    40     bool serverEnabled;
       
    41     };
       
    42 
       
    43 #endif //POSSUPLSETTINGS_COMMON_H