31
|
1 |
/*
|
|
2 |
* Copyright (c) 2009-2010 Nokia Corporation and/or its subsidiary(-ies).
|
|
3 |
* All rights reserved.
|
|
4 |
* This component and the accompanying materials are made available
|
|
5 |
* under the terms of "Eclipse Public License v1.0"
|
|
6 |
* which accompanies this distribution, and is available
|
|
7 |
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
|
|
8 |
*
|
|
9 |
* Initial Contributors:
|
|
10 |
* Nokia Corporation - initial contribution.
|
|
11 |
*
|
|
12 |
* Contributors:
|
|
13 |
*
|
|
14 |
* Description:
|
|
15 |
* This is a source file for connmon library stub functions
|
|
16 |
*/
|
|
17 |
|
|
18 |
#include <ictsclientinterface.h>
|
|
19 |
|
|
20 |
#ifdef __WINS__
|
|
21 |
|
|
22 |
#ifdef WLANQTUTILS_T_WLANQTUTILS_UT_FLAG
|
|
23 |
|
|
24 |
// ----------------------------------------------
|
|
25 |
// Stub functions for ICT library, used in UT
|
|
26 |
// ----------------------------------------------
|
|
27 |
|
|
28 |
#include "wlanqtutilstestcontext.h"
|
|
29 |
|
|
30 |
extern WlanQtUtilsTestContext testContext;
|
|
31 |
|
|
32 |
// ----------------------------------------------------
|
|
33 |
// NewL is not stubbed -> parameters are not checked at all
|
|
34 |
// ----------------------------------------------------
|
|
35 |
|
|
36 |
/**
|
|
37 |
* Empty implementation to prevent actual ICT from starting. Result callback is called directly
|
|
38 |
* in the test cases.
|
|
39 |
*/
|
|
40 |
EXPORT_C void CIctsClientInterface::StartL()
|
|
41 |
{
|
|
42 |
}
|
|
43 |
|
|
44 |
#endif // WLANQTUTILS_T_WLANQTUTILS_UT_FLAG
|
|
45 |
|
|
46 |
// ----------------------------------------------------
|
|
47 |
// No stubs used in emulator
|
|
48 |
// ----------------------------------------------------
|
|
49 |
#endif // __WINS__
|