equal
deleted
inserted
replaced
|
1 // Copyright (c) 2001-2009 Nokia Corporation and/or its subsidiary(-ies). |
|
2 // All rights reserved. |
|
3 // This component and the accompanying materials are made available |
|
4 // under the terms of "Eclipse Public License v1.0" |
|
5 // which accompanies this distribution, and is available |
|
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
7 // |
|
8 // Initial Contributors: |
|
9 // Nokia Corporation - initial contribution. |
|
10 // |
|
11 // Contributors: |
|
12 // |
|
13 // Description: |
|
14 // PsdAgtTestClosure.h |
|
15 // This is the header file for PsdAgt test 15.1 - 15.4 |
|
16 // |
|
17 // |
|
18 |
|
19 |
|
20 #if (!defined __PSDAGTTEST_OOM_H__) |
|
21 #define __PSDAGTTEST_OOM_H__ |
|
22 |
|
23 |
|
24 class CPsdAgtTest15_1 : public CTestStepPsdAgt |
|
25 { |
|
26 public: |
|
27 CPsdAgtTest15_1() : CTestStepPsdAgt(_L("Test15.1")) {}; |
|
28 |
|
29 virtual enum TVerdict doPsdAgtTestStepL( void ); |
|
30 }; |
|
31 |
|
32 |
|
33 class CPsdAgtTest15_2 : public CTestStepPsdAgt |
|
34 { |
|
35 public: |
|
36 CPsdAgtTest15_2() : CTestStepPsdAgt(_L("Test15.2")) {}; |
|
37 |
|
38 virtual enum TVerdict doPsdAgtTestStepL( void ); |
|
39 }; |
|
40 |
|
41 class CPsdAgtTest15_3 : public CTestStepPsdAgt |
|
42 { |
|
43 public: |
|
44 CPsdAgtTest15_3() : CTestStepPsdAgt(_L("Test15.3")) {}; |
|
45 |
|
46 virtual enum TVerdict doPsdAgtTestStepL( void ); |
|
47 }; |
|
48 |
|
49 class CPsdAgtTest15_4 : public CTestStepPsdAgt |
|
50 { |
|
51 public: |
|
52 CPsdAgtTest15_4() : CTestStepPsdAgt(_L("Test15.4")) {}; |
|
53 |
|
54 virtual enum TVerdict doPsdAgtTestStepL( void ); |
|
55 }; |
|
56 |
|
57 |
|
58 #endif //(__PSDAGTTEST_OOM_H__) |