diff -r a19c8664496d -r ba42c4bd84dd satengine/SatServer/Engine/inc/CSatApnHandler.h --- 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: /**