satengine/SatServer/Engine/src/CSatApnHandler.cpp
branchRCL_3
changeset 5 7237db0d9fca
parent 0 ff3b6d0fd310
child 8 ba42c4bd84dd
equal deleted inserted replaced
3:a4a774cb6ea7 5:7237db0d9fca
     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".
    13 *
    13 *
    14 * Description:  Handles APN operations
    14 * Description:  Handles APN operations
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 
       
    19 
       
    20 // INCLUDE FILES
    18 // INCLUDE FILES
    21 #include <cmmanager.h>
    19 #include <cmmanager.h>
    22 #include <cmmanagerext.h>
    20 #include <cmmanagerext.h>
    23 #include <cmconnectionmethod.h>
    21 #include <cmconnectionmethod.h>
    24 #include <cmconnectionmethodext.h>
    22 #include <cmconnectionmethodext.h>
    27 
    25 
    28 #include    "MSatUtils.h"
    26 #include    "MSatUtils.h"
    29 #include    "CSatApnHandler.h"
    27 #include    "CSatApnHandler.h"
    30 #include    "SatLog.h"
    28 #include    "SatLog.h"
    31 
    29 
    32 
       
    33 const TInt KMaxAccessPointName( 50 );
       
    34 // Granularity for getting connection methods from CM session
       
    35 const TUint32 KSatCMGranularity( 5 );
    30 const TUint32 KSatCMGranularity( 5 );
    36 // The max length of access point name
       
    37 const TUint32 KSatMaxApnName( 236 );
       
    38 
       
    39 
    31 
    40 // ============================ MEMBER FUNCTIONS ===============================
    32 // ============================ MEMBER FUNCTIONS ===============================
    41 
    33 
    42 // -----------------------------------------------------------------------------
    34 // -----------------------------------------------------------------------------
    43 // CSatApnHandler::CSatApnHandler
    35 // CSatApnHandler::CSatApnHandler