wlansecuritysettings/wapisecuritysettingsui/inc/wapisecuritysettingsuipanic.h
changeset 17 8840d3e38314
equal deleted inserted replaced
2:1c7bc153c08e 17:8840d3e38314
       
     1 /*
       
     2 * ============================================================================
       
     3 *  Name     : wapisecuritysettingsuipanic.h 
       
     4 *  Part of  : WAPI Security Settings UI
       
     5 *
       
     6 *  Description:
       
     7 *      Panic function and codes.   
       
     8 *      
       
     9 *  Version: %version:  3 %
       
    10 *
       
    11 *  Copyright (C) 2008 Nokia Corporation.
       
    12 *  This material, including documentation and any related 
       
    13 *  computer programs, is protected by copyright controlled by 
       
    14 *  Nokia Corporation. All rights are reserved. Copying, 
       
    15 *  including reproducing, storing,  adapting or translating, any 
       
    16 *  or all of this material requires the prior written consent of 
       
    17 *  Nokia Corporation. This material also contains confidential 
       
    18 *  information which may not be disclosed to others without the 
       
    19 *  prior written consent of Nokia Corporation.
       
    20 *
       
    21 * ============================================================================
       
    22 */
       
    23 
       
    24 #ifndef WAPISECURITYSETTINGSUIPANIC_H
       
    25 #define WAPISECURITYSETTINGSUIPANIC_H
       
    26 
       
    27 // TYPES
       
    28 
       
    29 /**
       
    30 * Panic reasons for WAPI Security Settings UI.
       
    31 */
       
    32 enum TWapiSecuritySettingsPanicCodes
       
    33     {
       
    34     EUnknownCase
       
    35     };
       
    36 
       
    37 
       
    38 // FUNCTION DECLARATIONS
       
    39 
       
    40 /**
       
    41 * Panic the thread.
       
    42 * @param aReason Reason for the panic.
       
    43 */
       
    44 void Panic( TWapiSecuritySettingsPanicCodes aPanic );
       
    45 
       
    46 #endif