wlan_plat/wlan_hal_api/inc/wha.inl
author hgs
Fri, 18 Jun 2010 09:56:50 +0300
changeset 30 7d966ab5304a
parent 0 c40eb8fe8501
permissions -rw-r--r--
201024

/*
* Copyright (c) 2006-2007 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
*
* Initial Contributors:
* Nokia Corporation - initial contribution.
*
* Contributors:
*
* Description:  Part of WLAN HAL API
*
*/

/*
* %version: 7 %
*/

inline void Wha::Attach(  MWhaCb& aWhaCb  )
    {
    iWhaCb = &aWhaCb; 
    }