equal
deleted
inserted
replaced
|
1 // Copyright (c) 2003-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 // |
|
15 |
|
16 #if !defined(__STEP_052_XX_H__) |
|
17 #define __STEP_052_XX_H__ |
|
18 |
|
19 |
|
20 |
|
21 NONSHARABLE_CLASS(CCommDbTest052_01 ) : public CTestStepCommDb |
|
22 { |
|
23 public: |
|
24 CCommDbTest052_01(); |
|
25 virtual ~CCommDbTest052_01(); |
|
26 TVerdict doTestStepPreambleL(); |
|
27 virtual enum TVerdict doTestStepL( void ); |
|
28 |
|
29 }; |
|
30 |
|
31 |
|
32 // |
|
33 //Normal Table Unprotection |
|
34 // |
|
35 NONSHARABLE_CLASS(CCommDbTest052_02) : public CTestStepCommDb |
|
36 { |
|
37 public: |
|
38 CCommDbTest052_02(); |
|
39 virtual ~CCommDbTest052_02(); |
|
40 TVerdict doTestStepPreambleL(); |
|
41 virtual enum TVerdict doTestStepL( void ); |
|
42 |
|
43 }; |
|
44 |
|
45 #endif |