networkhandling/networkhandlingengine/NetworkHandlingGsmSrc/CNWNetworkMCNEngine.cpp
changeset 15 d7fc66ccd6fb
parent 12 ae8abd0db65c
child 27 7eb70891911c
equal deleted inserted replaced
13:e32024264ebb 15:d7fc66ccd6fb
    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"
    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