satengine/SatServer/Engine/src/CSatApnHandler.cpp
changeset 12 ae8abd0db65c
parent 0 ff3b6d0fd310
child 15 d7fc66ccd6fb
equal deleted inserted replaced
0:ff3b6d0fd310 12:ae8abd0db65c
    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