cbs/cbsui/UiSrc/CbsUiPanic.cpp
branchRCL_3
changeset 20 987c9837762f
parent 0 ff3b6d0fd310
equal deleted inserted replaced
19:7d48bed6ce0c 20:987c9837762f
       
     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 *   Implementation of CbsUiPanic
       
    16 *
       
    17 *
       
    18 */
       
    19 
       
    20 
       
    21 // INCLUDES
       
    22 #include <e32base.h>
       
    23 #include "CbsUiPanic.h"
       
    24 
       
    25 
       
    26 // CONSTANTS
       
    27 _LIT( KCbsUiName, "CbsUiApp" );
       
    28 
       
    29 
       
    30 
       
    31 // ================= OTHER EXPORTED FUNCTIONS ==============
       
    32 
       
    33 //
       
    34 // ---------------------------------------------------------
       
    35 // CbsUiPanic
       
    36 // 
       
    37 // 
       
    38 GLDEF_C void CbsUiPanic( TCbsUiPanic aPanic )
       
    39     {
       
    40     User::Panic( KCbsUiName, aPanic );
       
    41     }
       
    42 
       
    43 
       
    44 //  End of File