satengine/SatServer/Engine/inc/CSatApnHandler.h
changeset 15 d7fc66ccd6fb
parent 0 ff3b6d0fd310
child 41 594d59766373
equal deleted inserted replaced
13:e32024264ebb 15:d7fc66ccd6fb
     1 /*
     1 /*
     2 * Copyright (c) 2002-2008 Nokia Corporation and/or its subsidiary(-ies). 
     2 * Copyright (c) 2002-2010 Nokia Corporation and/or its subsidiary(-ies). 
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
    78         * the same id that GetApnInfoL returns in aNwId.
    78         * the same id that GetApnInfoL returns in aNwId.
    79         * @param aApnId APN to delete
    79         * @param aApnId APN to delete
    80         */
    80         */
    81         void DeleteApnL( TUint32 aApnId );
    81         void DeleteApnL( TUint32 aApnId );
    82 
    82 
       
    83         /**
       
    84          * Find the default APN Id
       
    85          * @param aPdpType, indicates the address type is IPv4  or IPv6
       
    86          * @return a default iap id
       
    87          */
       
    88         TUint32 FindDefaultApL(
       
    89                 const RPacketContext::TProtocolType& aPdpType );
    83     private:
    90     private:
    84 
    91 
    85         /**
    92         /**
    86         * C++ default constructor.
    93         * C++ default constructor.
    87         * @param aUtils Reference to SAT Utils
    94         * @param aUtils Reference to SAT Utils