connectionutilities/ConnectionDialogs/inc/ConnectionDialogsUidDefs.h
changeset 0 5a93021fdf25
child 15 4dc3bb0099b0
child 20 9c97ad6591ae
equal deleted inserted replaced
-1:000000000000 0:5a93021fdf25
       
     1 /*
       
     2 * Copyright (c) 2002 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:  Declaration of the UIDs used by Connection Dialogs
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #ifndef __CONNECTIONDIALOGSUIDDEFS_H__
       
    21 #define __CONNECTIONDIALOGSUIDDEFS_H__
       
    22 
       
    23 
       
    24 // INCLUDES
       
    25 #include <e32std.h>
       
    26 
       
    27 
       
    28 // CONSTANTS
       
    29 
       
    30 // UIDs for CConnDlg plugins
       
    31 
       
    32 // ID of IAP dialog
       
    33 const TUid KUidCConnDlgIap = { 0x101FD675 };
       
    34 
       
    35 // ID of New IAP dialog
       
    36 const TUid KUidCConnDlgNewIap = { 0x101FD676 };
       
    37 
       
    38 // ID of New ISP dialog
       
    39 const TUid KUidCConnDlgNewIsp = { 0x101FD677 };
       
    40 
       
    41 // ID of Authentication dialog
       
    42 const TUid KUidCConnDlgAuthentication = { 0x101FD678 }; 
       
    43 
       
    44 // ID of Reconnect dialog
       
    45 const TUid KUidCConnDlgReconnect = { 0x101FD679 };
       
    46 
       
    47 // ID of QOS dialog
       
    48 const TUid KUidCConnDlgQos = { 0x101FD67A };
       
    49 
       
    50 // ID of Modem and Location dialog
       
    51 const TUid KUidCConnDlgModemAndLocation = { 0x101FD67B };
       
    52 
       
    53 // ID of Select connection dialog
       
    54 const TUid KUidCConnDlgSelectConn = { 0x10281BB3 };
       
    55 
       
    56 
       
    57 // Diisconnect dialog uid
       
    58 const TUid KUidDisconnectDlg = { 0x101F85F1 };
       
    59 
       
    60 // ID of Connecting via discreet popup
       
    61 const TUid KUidConnectingViaDiscreetPopup = { 0x20026FC5 };
       
    62 
       
    63 // ID of Connection error discreet popup
       
    64 const TUid KUidConnectionErrorDiscreetPopup = { 0x20026FEF };
       
    65 
       
    66 // WLAN uids
       
    67 
       
    68 // ID of SelectWLan dialog
       
    69 const TUid KUidSelectWLanDlg = { 0x10207373 };
       
    70 
       
    71 // ID of OfflineWlanNote dialog
       
    72 const TUid KUidCOfflineWlanNoteDlg = { 0x101FD671 };
       
    73 
       
    74 // ID of OfflineWlanDisabledNote dialog
       
    75 const TUid KUidCOfflineWlanDisabledNoteDlg = { 0x101FD672 };
       
    76 
       
    77 // ID of Easy Wep dialog
       
    78 const TUid KUidEasyWepDlg = { 0x101FD673 };
       
    79 
       
    80 // ID of Easy Wpa dialog
       
    81 const TUid KUidEasyWpaDlg = { 0x101FD674 };
       
    82 
       
    83 // ID of WLANNetworkUnavailableNote dialog
       
    84 const TUid KUidWLANNetworkUnavailableNoteDlg = { 0x101FD67F };
       
    85 // ALR uids
       
    86 
       
    87 // ID of confirmation queries
       
    88 const TUid KUidConfirmationQuery = { 0x10281BAF };
       
    89 
       
    90 // ID of two info notes
       
    91 const TUid KUidConnectViaNote = { 0x10281BB0 };
       
    92 
       
    93 // ID of WLAN Power Save Test query
       
    94 const TUid KUidWlanPowerSaveTestNote = { 0x101F6D4F };
       
    95 
       
    96 // ID of Easy Wapi dialog
       
    97 const TUid KUidEasyWapiDlg = { 0x101F6D51 };
       
    98 
       
    99 // ID of No WLAN networks are available at the moment -note
       
   100 const TUid KUidNoWLANNetworksAvailableNote = { 0x20016A83 };
       
   101 
       
   102 #endif  // __CONNECTIONDIALOGSUIDDEFS_H__
       
   103 
       
   104 // End of File