wlan_bearer/wlanengine/wlan_symbian/wlanengine_symbian_3.1/inc/wlmplatform.h
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:  Contains the class for handling platform-specific functionality.
    14 * Description:  Contains the class for handling platform-specific functionality.
    15 *
    15 *
    16 */
    16 */
    17 
    17 
       
    18 /*
       
    19 * %version: 12 %
       
    20 */
    18 
    21 
    19 #ifndef WLMPLATFORM_H
    22 #ifndef WLMPLATFORM_H
    20 #define WLMPLATFORM_H
    23 #define WLMPLATFORM_H
    21 
    24 
    22 #include "wlmclientserver.h"
    25 #include "wlmclientserver.h"
   175         /**
   178         /**
   176          * Start timer to get indication when user has changed the time.
   179          * Start timer to get indication when user has changed the time.
   177          */
   180          */
   178         IMPORT_C void InitializeSystemTimeHandler();
   181         IMPORT_C void InitializeSystemTimeHandler();
   179 
   182 
       
   183         /**
       
   184          * Publishes WLAN background scan interval.
       
   185          * @param aInterval WLAN BG scan interval in seconds.
       
   186          */
       
   187         IMPORT_C void PublishBgScanInterval( TUint32& aInterval );
       
   188 
   180     protected:  // Methods
   189     protected:  // Methods
   181 
   190 
   182        // Methods from base classes
   191        // Methods from base classes
   183 
   192 
   184         /**
   193         /**