wlan_bearer/wlanengine/wlan_symbian/wlanengine_symbian_3.1/src/wlmplatform.cpp
branchRCL_3
changeset 3 6524e815f76f
parent 0 c40eb8fe8501
child 17 a828660c511c
equal deleted inserted replaced
0:c40eb8fe8501 3:6524e815f76f
     1 /*
     1 /*
     2 * Copyright (c) 2002-2006 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2002-2010 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of the License "Eclipse Public License v1.0"
     5 * under the terms of the License "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
    13 *
    13 *
    14 * Description:  Offers API to platform for the rest of the engine
    14 * Description:  Offers API to platform for the rest of the engine
    15 *
    15 *
    16 */
    16 */
    17 
    17 
       
    18 /*
       
    19 * %version: 12 %
       
    20 */
       
    21 
    18 
    22 
    19 #include <e32std.h>
    23 #include <e32std.h>
    20 #include "wlmplatform.h"
    24 #include "wlmplatform.h"
    21 #include "wlmplatformdata.h"
    25 #include "wlmplatformdata.h"
    22 #include "am_debug.h"
    26 #include "am_debug.h"
   179     iSystemTimeHandler->StopTimer();
   183     iSystemTimeHandler->StopTimer();
   180     iPeriodicCacheClearingHandler->StopTimer();
   184     iPeriodicCacheClearingHandler->StopTimer();
   181     
   185     
   182     iSystemTimeHandler->StartTimer();
   186     iSystemTimeHandler->StartTimer();
   183     iPeriodicCacheClearingHandler->StartTimer();
   187     iPeriodicCacheClearingHandler->StartTimer();
       
   188     }
       
   189 
       
   190 // ---------------------------------------------------------
       
   191 // CWlmPlatform::PublishBgScanInterval
       
   192 // ---------------------------------------------------------
       
   193 //
       
   194 EXPORT_C void CWlmPlatform::PublishBgScanInterval( TUint32& aInterval )
       
   195     {
       
   196     iPlatformData->PublishBgScanInterval( aInterval );
   184     }
   197     }
   185 
   198 
   186 // ---------------------------------------------------------
   199 // ---------------------------------------------------------
   187 // CWlmPlatform::SystemModeChanged
   200 // CWlmPlatform::SystemModeChanged
   188 // ---------------------------------------------------------
   201 // ---------------------------------------------------------