appinstaller/AppinstUi/Server/Inc/SWInstServerPanic.h
changeset 80 9dcba1ee99f7
parent 77 d1838696558c
equal deleted inserted replaced
77:d1838696558c 80:9dcba1ee99f7
     1 /*
       
     2 * Copyright (c) 2002-2004 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:   This file declares panic functions for the server purposes.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef SWINSTSERVERPANIC_H
       
    20 #define SWINSTSERVERPANIC_H
       
    21 
       
    22 //  INCLUDES
       
    23 #include <e32base.h>
       
    24 #include "SWInstCommon.h"
       
    25 
       
    26 namespace SwiUI
       
    27 {
       
    28 
       
    29 //FORWARD DECLARATIONS
       
    30 
       
    31 
       
    32 // FUNCTION PROTOTYPES
       
    33 
       
    34 /**
       
    35 * Panics the server.
       
    36 * @since 3.0
       
    37 * @param aPanic - Reason for the panic.
       
    38 */
       
    39 GLDEF_C void PanicServer( TSWInstPanic aPanic );
       
    40           
       
    41 /**
       
    42 * Panics the client.
       
    43 * @since 3.0
       
    44 * @param aMessage
       
    45 * @param aPanic - Reason for the panic.
       
    46 */
       
    47 GLDEF_C void PanicClient( const RMessage2& aMessage, TSWInstPanic aPanic );  
       
    48 
       
    49 }
       
    50 
       
    51 #endif
       
    52 
       
    53 // End of File