networkhandling/networkhandlingengine/NetworkHandlingGsmSrc/CNWNetworkMCNEngine.cpp
branchRCL_3
changeset 5 7237db0d9fca
parent 0 ff3b6d0fd310
child 19 7d48bed6ce0c
equal deleted inserted replaced
3:a4a774cb6ea7 5:7237db0d9fca
    14 * Description:  This module contains the implementation of CNWNetworkMcnEngine
    14 * Description:  This module contains the implementation of CNWNetworkMcnEngine
    15 *                class member functions.
    15 *                class member functions.
    16 *
    16 *
    17 */
    17 */
    18 
    18 
    19 
       
    20 
       
    21 // INCLUDE FILES
    19 // INCLUDE FILES
    22 #include "CNWGsmSessionImplementation.h"
    20 #include "CNWGsmSessionImplementation.h"
    23 #include "CNWGsmMessageHandler.h"
    21 #include "CNWGsmMessageHandler.h"
    24 #include "CNWNetworkMCNEngine.h"
    22 #include "CNWNetworkMCNEngine.h"
    25 #include "CNWNetworkMcnTimer.h"
    23 #include "CNWNetworkMcnTimer.h"
    26 #include "NWPanic.pan"
    24 #include "NWPanic.pan"
    27 #include "NWLogger.h"
    25 #include "NWLogger.h"
    28 #include <CMcn.h>
    26 #include <CMcn.h>
    29 #include <CMcnTopicArray.h>
    27 #include <CMcnTopicArray.h>
    30 #include <centralrepository.h>
    28 #include <centralrepository.h>
    31 #include <SettingsInternalCRKeys.h>
    29 #include <settingsinternalcrkeys.h>
    32 
    30 
    33 // CONSTANTS
    31 // CONSTANTS
    34 const TUint KNWzero = 0;
    32 const TUint KNWzero = 0;
    35 const TInt KMCNOn = 1;
    33 const TInt KMCNOn = 1;
    36 const TInt KMCNOff = 0;
    34 const TInt KMCNOff = 0;
    37 
       
    38 
    35 
    39 // ============================ MEMBER FUNCTIONS ==============================
    36 // ============================ MEMBER FUNCTIONS ==============================
    40 
    37 
    41 // ----------------------------------------------------------------------------
    38 // ----------------------------------------------------------------------------
    42 // CNWNetworkMcnEngine::CNWNetworkMcnEngine
    39 // CNWNetworkMcnEngine::CNWNetworkMcnEngine