commsconfig/commsdatabaseshim/ts_commdb/step_051_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(__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