wlan_plat/wlan_aws_plugin_api/inc/awsenginebase.h
branchRCL_3
changeset 3 6524e815f76f
parent 0 c40eb8fe8501
equal deleted inserted replaced
0:c40eb8fe8501 3:6524e815f76f
     1 /*
     1 /*
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2009-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 "Eclipse Public License v1.0"
     5 * under the terms of "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".
    14 * Description:  Base class for the Adaptive WLAN Scan Engine.
    14 * Description:  Base class for the Adaptive WLAN Scan Engine.
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 /*
    18 /*
    19 * %version: 5 %
    19 * %version: 6 %
    20 */
    20 */
    21 
    21 
    22 
    22 
    23 #ifndef AWSENGINEBASE_H
    23 #ifndef AWSENGINEBASE_H
    24 #define AWSENGINEBASE_H
    24 #define AWSENGINEBASE_H
    73     
    73     
    74     /**
    74     /**
    75      * List implementations for AWS Plugin interface.
    75      * List implementations for AWS Plugin interface.
    76      * @param aImplInfoArray Array of implementation informations.
    76      * @param aImplInfoArray Array of implementation informations.
    77      */
    77      */
    78     inline static void CAwsEngineBase::ListImplementationsL(
    78     inline static void ListImplementationsL(
    79             RImplInfoPtrArray& aImplInfoArray);
    79             RImplInfoPtrArray& aImplInfoArray);
    80 
    80 
    81 private: // data
    81 private: // data
    82 
    82 
    83     /**
    83     /**