telephonyprotocols/secondarypdpcontextumtsdriver/inc/eteldrivernmspace.h
branchopencode
changeset 24 6638e7f4bd8f
parent 0 3553901f7fa8
--- a/telephonyprotocols/secondarypdpcontextumtsdriver/inc/eteldrivernmspace.h	Mon May 03 13:37:20 2010 +0300
+++ b/telephonyprotocols/secondarypdpcontextumtsdriver/inc/eteldrivernmspace.h	Thu May 06 15:10:38 2010 +0100
@@ -1,84 +1,84 @@
-// Copyright (c) 2005-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:
-// etel driver namespace
-// 
-//
-
-/**
- @file 
- @internalComponent
-*/
-
-#ifndef ETELDRIVERNMSPACE_H
-#define ETELDRIVERNMSPACE_H
-
-namespace EtelDriver
-{
-
-/** input operations, which are handled by etel driver input */
-enum TEtelInput
-	{
-	EOpenPhone,
-	
-	ESetQoS,
-	ESetTft,
-	EChangeTft,
-	ECreate1ryPdpContext,
-	ECreate2ryPdpContext,
-
-	EActivatePdp,
-	EModifyActive,
-	EContextDelete,
-	
-	ESentinelInput
-	};
-
-/** input operations, which are handled by etel driver input */
-enum TEtelDriverStrategy
-	{
-	EOpenPhoneStrategy = 0,
-	
-	ESetQoSStrategy,
-	ESetTftStrategy,
-	EChangeTftStrategy,
-	
-	ECreate1ryPdpContextStrategy,
-	ECreate2ryPdpContextStrategy,
-	
-	EActivatePdpStrategy,
-	EModifyActiveStrategy,
-	EContextDeleteStrategy,
-
-	ESentinelStrategy
-	};
-
-typedef TPckg<RPacketQoS::TQoSR99_R4Requested>  	TQoSR99_R4RequestedPckg;
-typedef TPckg<RPacketQoS::TQoSR99_R4Negotiated>  	TQoSR99_R4NegotiatedPckg;
-
-
-#ifdef SYMBIAN_NETWORKING_UMTSR5
-typedef TPckg<RPacketQoS::TQoSR5Requested>  	TQoSR5RequestedPckg;
-typedef TPckg<RPacketQoS::TQoSR5Negotiated>  	TQoSR5NegotiatedPckg;
-#endif 
-// SYMBIAN_NETWORKING_UMTSR5 
-
-typedef TPckg<RPacketContext::TContextConfigGPRS>  	TContextConfigGPRSPckg;
-typedef TPckg<RPacketContext::TPacketFilterV2>		TPacketFilterV2Pckg;
-
-_LIT(KTxtSpudTel, "SPUDTEL");
-
-} // namespace EtelDriver
-
-	
-#endif // ETELDRIVERNMSPACE_H
+// Copyright (c) 2005-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:
+// etel driver namespace
+// 
+//
+
+/**
+ @file 
+ @internalComponent
+*/
+
+#ifndef ETELDRIVERNMSPACE_H
+#define ETELDRIVERNMSPACE_H
+
+namespace EtelDriver
+{
+
+/** input operations, which are handled by etel driver input */
+enum TEtelInput
+	{
+	EOpenPhone,
+	
+	ESetQoS,
+	ESetTft,
+	EChangeTft,
+	ECreate1ryPdpContext,
+	ECreate2ryPdpContext,
+
+	EActivatePdp,
+	EModifyActive,
+	EContextDelete,
+	
+	ESentinelInput
+	};
+
+/** input operations, which are handled by etel driver input */
+enum TEtelDriverStrategy
+	{
+	EOpenPhoneStrategy = 0,
+	
+	ESetQoSStrategy,
+	ESetTftStrategy,
+	EChangeTftStrategy,
+	
+	ECreate1ryPdpContextStrategy,
+	ECreate2ryPdpContextStrategy,
+	
+	EActivatePdpStrategy,
+	EModifyActiveStrategy,
+	EContextDeleteStrategy,
+
+	ESentinelStrategy
+	};
+
+typedef TPckg<RPacketQoS::TQoSR99_R4Requested>  	TQoSR99_R4RequestedPckg;
+typedef TPckg<RPacketQoS::TQoSR99_R4Negotiated>  	TQoSR99_R4NegotiatedPckg;
+
+
+#ifdef SYMBIAN_NETWORKING_UMTSR5
+typedef TPckg<RPacketQoS::TQoSR5Requested>  	TQoSR5RequestedPckg;
+typedef TPckg<RPacketQoS::TQoSR5Negotiated>  	TQoSR5NegotiatedPckg;
+#endif 
+// SYMBIAN_NETWORKING_UMTSR5 
+
+typedef TPckg<RPacketContext::TContextConfigGPRS>  	TContextConfigGPRSPckg;
+typedef TPckg<RPacketContext::TPacketFilterV2>		TPacketFilterV2Pckg;
+
+_LIT(KTxtSpudTel, "SPUDTEL");
+
+} // namespace EtelDriver
+
+	
+#endif // ETELDRIVERNMSPACE_H