satengine/SatServer/Engine/inc/CSatApnHandler.h
branchRCL_3
changeset 8 ba42c4bd84dd
parent 0 ff3b6d0fd310
child 18 594d59766373
--- a/satengine/SatServer/Engine/inc/CSatApnHandler.h	Wed Mar 31 22:34:38 2010 +0300
+++ b/satengine/SatServer/Engine/inc/CSatApnHandler.h	Wed Apr 14 16:32:24 2010 +0300
@@ -1,5 +1,5 @@
 /*
-* Copyright (c) 2002-2008 Nokia Corporation and/or its subsidiary(-ies). 
+* Copyright (c) 2002-2010 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"
@@ -80,6 +80,13 @@
         */
         void DeleteApnL( TUint32 aApnId );
 
+        /**
+         * Find the default APN Id
+         * @param aPdpType, indicates the address type is IPv4  or IPv6
+         * @return a default iap id
+         */
+        TUint32 FindDefaultApL(
+                const RPacketContext::TProtocolType& aPdpType );
     private:
 
         /**