linklayercontrol/tundriveragt/inc/tundriveragtprog.h
branchRCL_3
changeset 63 425d8f4f7fa5
equal deleted inserted replaced
58:8d540f55e491 63:425d8f4f7fa5
       
     1 /**
       
     2 *   Copyright (c) 2010 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 *   Header file for tundriver agent
       
    16 * 
       
    17 *
       
    18 */
       
    19 
       
    20 /**
       
    21  @file tundriveragtprog.h
       
    22  @internalTechnology
       
    23 */
       
    24 
       
    25 #if !defined (__TUNDRIVERAGTPROG_H__)
       
    26 #define __TUNDRIVERAGTPROG_H__
       
    27 
       
    28 #include <nifvar.h>
       
    29 
       
    30 /**
       
    31 TunDriver Agent Progress
       
    32 */
       
    33 enum TTunDriverAgentProgress
       
    34 	{
       
    35 	ETunDriverAgtIdle             = KMinAgtProgress,
       
    36 	ETunDriverAgtConnecting,      // for future reference
       
    37 	ETunDriverAgtConnected        = KConnectionOpen,
       
    38 	ETunDriverAgtDisconnecting    = KConnectionStartingClose,
       
    39 	ETunDriverAgtDisconnected     = KConnectionClosed
       
    40 	 
       
    41 	};
       
    42 #endif // __TUNDRIVERAGTPROG_H__