equal
deleted
inserted
replaced
1 /* |
1 /* |
2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). |
2 * Copyright (c) 2007-2009 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". |
8 * |
8 * |
9 * Initial Contributors: |
9 * Initial Contributors: |
10 * Nokia Corporation - initial contribution. |
10 * Nokia Corporation - initial contribution. |
11 * |
11 * |
12 * Contributors: |
12 * Contributors: |
13 * |
13 |
14 * Description: |
14 * |
|
15 |
|
16 * Description: |
|
17 |
15 * |
18 * |
16 */ |
19 */ |
17 |
20 |
18 // INCLUDE FILES |
21 // INCLUDE FILES |
19 #include <e32std.h> |
22 #include <e32std.h> |
25 |
28 |
26 #include <cntdef.hrh> |
29 #include <cntdef.hrh> |
27 #include <cntview.h> |
30 #include <cntview.h> |
28 #include <cntfldst.h> |
31 #include <cntfldst.h> |
29 |
32 |
30 #include "CntModelTesterAsynch.h" |
33 #include "cntmodeltesterasynch.h" |
31 #include "CntModelTesterSetToneToContacts.h" |
34 #include "cntmodeltestersettonetocontacts.h" |
32 |
35 |
33 _LIT(KTestName,"asynaccess"); |
36 _LIT(KTestName,"asynaccess"); |
34 _LIT(KLogFileName,"asynaccess.log"); |
37 _LIT(KLogFileName,"asynaccess.log"); |
35 _LIT(KThreadOpenAsync,"OpenAsync"); |
38 _LIT(KThreadOpenAsync,"OpenAsync"); |
36 _LIT(KThreadOpenSync,"OpenSync"); |
39 _LIT(KThreadOpenSync,"OpenSync"); |