wlansecuritysettings/wepsecuritysettingsui/inc/WEPSecuritySettingsUiPanic.h
branchRCL_3
changeset 12 66f897dce0dc
parent 2 1c7bc153c08e
equal deleted inserted replaced
7:7b8801c4c2d9 12:66f897dce0dc
    14 * Description: Panic function and codes.     
    14 * Description: Panic function and codes.     
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 /*
    18 /*
    19 * %version: tr1cfwln#8 %
    19 * %version: tr1cfwln#9 %
    20 */
    20 */
    21 
    21 
    22 #ifndef WEPSECURITYSETTINGSUIPANIC_H
    22 #ifndef WEPSECURITYSETTINGSUIPANIC_H
    23 #define WEPSECURITYSETTINGSUIPANIC_H
    23 #define WEPSECURITYSETTINGSUIPANIC_H
    24 
    24 
    28 * Panic reasons for WEP Security Settings UI.
    28 * Panic reasons for WEP Security Settings UI.
    29 */
    29 */
    30 enum TWepSecuritySettingsPanicCodes
    30 enum TWepSecuritySettingsPanicCodes
    31 	{
    31 	{
    32     EUnknownCase,
    32     EUnknownCase,
    33     ETableNotFound
    33     ETableNotFound,
       
    34     EGeneral
    34 	};
    35 	};
    35 
    36 
    36 
    37 
    37 // FUNCTION DECLARATIONS
    38 // FUNCTION DECLARATIONS
    38 
    39