equal
deleted
inserted
replaced
1 /* |
1 /* |
2 * Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies). |
2 * Copyright (c) 2004-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 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". |
15 * testutil - server classes |
15 * testutil - server classes |
16 * |
16 * |
17 */ |
17 */ |
18 |
18 |
19 |
19 |
20 |
|
21 |
|
22 /** |
20 /** |
23 @file |
21 @file |
24 @test |
22 @test |
25 @internalComponent |
23 @internalComponent |
26 */ |
24 */ |
27 |
25 |
28 #include <e32base.h> |
26 #include <e32base.h> |
29 #include "testutilsdpfilewatcher.h" |
27 #include "testutilfilewatcher.h" |
30 |
28 |
31 class CTestUtilServer; |
29 class CTestUtilServer; |
32 |
30 |
33 class MTimeoutClient |
31 class MTimeoutClient |
34 { |
32 { |