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(__STEP051_01_H__) |
|
17 #define __STEP051_01_H__ |
|
18 |
|
19 |
|
20 // |
|
21 //Normal Table protection |
|
22 // |
|
23 |
|
24 NONSHARABLE_CLASS(CCommDbTest051_01) : public CTestStepCommDb |
|
25 { |
|
26 public: |
|
27 CCommDbTest051_01(); |
|
28 virtual ~CCommDbTest051_01(); |
|
29 TVerdict doTestStepPreambleL(); |
|
30 virtual enum TVerdict doTestStepL( void ); |
|
31 }; |
|
32 |
|
33 |
|
34 // |
|
35 //Normal Table Unprotection |
|
36 // |
|
37 NONSHARABLE_CLASS(CCommDbTest051_02) : public CTestStepCommDb |
|
38 { |
|
39 public: |
|
40 CCommDbTest051_02(); |
|
41 virtual ~CCommDbTest051_02(); |
|
42 TVerdict doTestStepPreambleL(); |
|
43 virtual enum TVerdict doTestStepL( void ); |
|
44 |
|
45 }; |
|
46 |
|
47 #endif |