networkcontrol/ipnetworklayer/inc/panic.h
changeset 0 af10295192d8
equal deleted inserted replaced
-1:000000000000 0:af10295192d8
       
     1 /**
       
     2 * Copyright (c) 2005-2009 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 * Support for TCP/IP calls directly to MNifIfNotify methods
       
    16 * 
       
    17 *
       
    18 */
       
    19 
       
    20 
       
    21 
       
    22 /**
       
    23  @file notify.h
       
    24 */
       
    25 
       
    26 
       
    27 #ifndef IPSHIMFLOW_PANIC_H_INCLUDED_
       
    28 #define IPSHIMFLOW_PANIC_H_INCLUDED_
       
    29 
       
    30 #include <e32def.h>
       
    31 
       
    32 enum TIPShimPanic
       
    33 	{
       
    34 	EBadNotifyCall				= 1,
       
    35 	EBadInfoControlOption		= 2,
       
    36 	EBadConfigControlFamily		= 3,
       
    37 	EBadBinderReadyFamily		= 4,
       
    38 	EUnexpectedSubConnectionMsg = 5,
       
    39 	EBinderNotFound				= 6,
       
    40 	EBinderConfigNotSupported	= 7
       
    41 	};
       
    42 
       
    43 GLREF_C void Panic(TIPShimPanic);
       
    44 
       
    45 #endif