linklayercontrol/networkinterfacemgr/inc/cfbearers.h
changeset 0 af10295192d8
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/linklayercontrol/networkinterfacemgr/inc/cfbearers.h	Tue Jan 26 15:23:49 2010 +0200
@@ -0,0 +1,42 @@
+// 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_
+