commsconfig/commsdatabaseshim/ts_commdb/step_059_xx.h
changeset 72 ae47d0499bee
parent 68 5da8188e392b
child 77 c9776eadbffd
equal deleted inserted replaced
68:5da8188e392b 72:ae47d0499bee
     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_059_XX_H__)
       
    17 #define __STEP_059_XX_H__
       
    18 
       
    19 
       
    20 
       
    21 NONSHARABLE_CLASS(CCommDbTest059_01 ) : public CTestStepCommDb
       
    22 {
       
    23 public:
       
    24 	CCommDbTest059_01();
       
    25 	virtual ~CCommDbTest059_01();
       
    26 	TVerdict doTestStepPreambleL();
       
    27 	virtual enum TVerdict doTestStepL( void );
       
    28 
       
    29 };
       
    30 
       
    31 //PAnic Test
       
    32 NONSHARABLE_CLASS(CCommDbTest060_01 ) : public CTestStepCommDb
       
    33 {
       
    34 public:
       
    35 	CCommDbTest060_01();
       
    36 	virtual ~CCommDbTest060_01();
       
    37 	TVerdict doTestStepPreambleL();
       
    38 	virtual enum TVerdict doTestStepL( void );
       
    39 
       
    40 };
       
    41 
       
    42 NONSHARABLE_CLASS(CCommDbTest060_02 ) : public CTestStepCommDb
       
    43 {
       
    44 public:
       
    45 	CCommDbTest060_02();
       
    46 	virtual ~CCommDbTest060_02();
       
    47 	virtual enum TVerdict doTestStepL( void );	
       
    48 	void ProtectISPTableL(CCommsDatabase*);
       
    49 	void RemoveProtectionL(CCommsDatabase*);
       
    50 };
       
    51 #endif