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