wlan_bearer/wlanengine/wlan_symbian/wlanengine_symbian_3.1/src/wlansystemtimehandler.cpp
changeset 13 ab7247ff6ef9
parent 0 c40eb8fe8501
equal deleted inserted replaced
0:c40eb8fe8501 13:ab7247ff6ef9
    14 * Description:  Active object to get notification of system time change.
    14 * Description:  Active object to get notification of system time change.
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 /*
    18 /*
    19 * %version: 3 %
    19 * %version: 4 %
    20 */
    20 */
    21 
    21 
    22 // INCLUDE FILES
    22 // INCLUDE FILES
    23 #include <e32std.h>
    23 #include <e32std.h>
    24 #include "wlansystemtimehandler.h"
    24 #include "wlansystemtimehandler.h"
   156              * RTimer is aborted when system time changes.
   156              * RTimer is aborted when system time changes.
   157              * 
   157              * 
   158              * Inform client that system time has now been changed. 
   158              * Inform client that system time has now been changed. 
   159              */
   159              */
   160             iClient.OnSystemTimeChange();
   160             iClient.OnSystemTimeChange();
       
   161             // falls through on purpose
   161             }
   162             }
   162         case KErrNone: // flow through from KErrAbort on purpose
   163         case KErrNone:
   163             {
   164             {
   164             Cancel();
   165             Cancel();
   165 
   166 
   166             TTime newTimeout;
   167             TTime newTimeout;
   167             newTimeout.HomeTime();
   168             newTimeout.HomeTime();