linklayercontrol/networkinterfacemgr/inc/cfbearers.h
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Tue, 26 Jan 2010 15:23:49 +0200
changeset 0 af10295192d8
permissions -rw-r--r--
Revision: 201004

// Copyright (c) 2003-2009 Nokia Corporation and/or its subsidiary(-ies).
// All rights reserved.
// This component and the accompanying materials are made available
// under the terms of "Eclipse Public License v1.0"
// which accompanies this distribution, and is available
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
//
// Initial Contributors:
// Nokia Corporation - initial contribution.
//
// Contributors:
//
// Description:
// This header defines default bearers.These values must be used
// by the NetMcpr to calculate the TCP receive window for a connection.
// PPP and Ethernet will be using these bearer type.
// 
//

/**
 @file
 @internalAll
 @Released
*/

#ifndef __CF_BEARERS_H_
#define __CF_BEARERS_H_


/**
 * Identify any other bearer which is not
 * defined in the wifibearer.h and etelbearers.h
 */
const TInt KDefaultBearer             = 0;   

/**
 * Identify ethernet bearer
 */
const TInt KEthernetBearer            = 1;   

#endif //__CF_BEARERS_H_