filesystemuis/memstatepopup/inc/MSPPanic.hrh
branchRCL_3
changeset 21 65326cf895ed
parent 0 6a9f87576119
equal deleted inserted replaced
20:491b3ed49290 21:65326cf895ed
       
     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 *     MemStatePopup Panics.
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 
       
    21 #ifndef __MSPPANIC_HRH__
       
    22 #define __MSPPANIC_HRH__
       
    23 
       
    24 _LIT( KPanicMSP, "MemoryStatePopup" );
       
    25 
       
    26 // UI panics
       
    27 enum MSPPanic
       
    28 	{
       
    29 	EInvalidParameter
       
    30 	};
       
    31 
       
    32 #endif // __MAUIPANIC_HRH__
       
    33 
       
    34 // End of File
       
    35