connectionutilities/ConnectionDialogs/ConnectionUiUtilities/NotifInc/ConnUiUtilsNotif.hrh
changeset 0 5a93021fdf25
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: 
       
    15 *     This file contains declarations for resources of Connection Ui Utilities
       
    16 *     Notifier.
       
    17 *     The file can be included in C++ or resource file.
       
    18 *
       
    19 */
       
    20 
       
    21 
       
    22 #ifndef __CONNUIUTILSNOTIF_HRH
       
    23 #define __CONNUIUTILSNOTIF_HRH
       
    24 
       
    25 
       
    26 
       
    27 // Type of icon
       
    28 enum TIconType
       
    29     {
       
    30     ECUUNotifIconLowSignal = 0,     // Low signal icon
       
    31     ECUUNotifIconMediumSignal,      // Medium signal icon
       
    32     ECUUNotifIconGoodSignal,        // Good signal icon
       
    33     ECUUNotifIconSecureNetwork,     // Secure network icon
       
    34     ECUUNotifIconAdHocNetwork,      // AdHoc network icon
       
    35     ECUUNotifIconInfrastructureNetwork,  // Infrastructure network icon
       
    36     ECUUNotifIconProtectedSetupSupported
       
    37     };
       
    38 
       
    39 
       
    40 // IDs of controls
       
    41 enum TConnUiUtilsNotifIds
       
    42     {
       
    43     ESearchingWlanWaitNote = 0x111,    // Searching Wlan Wait note
       
    44     EConnectingViaNote,
       
    45     EConnectingViaConfirmNote
       
    46     };
       
    47 
       
    48 #define KWlanMaxSsidLength_ 32
       
    49 
       
    50 #endif      //  __CONNUIUTILSNOTIF_HRH
       
    51 
       
    52 // End of File