wlan_bearer/wlanengine/wlan_symbian/wlanengine_symbian_3.1/src/wlanticktimer.cpp
branchRCL_3
changeset 14 13838cf40350
parent 11 a9473894c0f1
equal deleted inserted replaced
12:af3fb27c7511 14:13838cf40350
    15 * This class implements a system tick based timer service.
    15 * This class implements a system tick based timer service.
    16 *
    16 *
    17 */
    17 */
    18 
    18 
    19 /*
    19 /*
    20 * %version: 1 %
    20 * %version: 2 %
    21 */
    21 */
    22 
    22 
    23 #include "wlanticktimer.h"
    23 #include "wlanticktimer.h"
    24 #include "am_debug.h"
    24 #include "am_debug.h"
    25 
    25 
    70 // ---------------------------------------------------------------------------
    70 // ---------------------------------------------------------------------------
    71 // ---------------------------------------------------------------------------
    71 // ---------------------------------------------------------------------------
    72 //
    72 //
    73 CWlanTickTimer::~CWlanTickTimer()
    73 CWlanTickTimer::~CWlanTickTimer()
    74     {
    74     {
       
    75     Cancel();
    75     iTimer.Close();
    76     iTimer.Close();
    76     }
    77     }
    77 
    78 
    78 // ---------------------------------------------------------------------------
    79 // ---------------------------------------------------------------------------
    79 // ---------------------------------------------------------------------------
    80 // ---------------------------------------------------------------------------