commsconfig/commsdatabaseshim/ts_commdb/step_063_xx.h
changeset 72 ae47d0499bee
parent 68 5da8188e392b
child 77 c9776eadbffd
equal deleted inserted replaced
68:5da8188e392b 72:ae47d0499bee
     1 // Copyright (c) 2006-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 #ifdef SYMBIAN_OLD_EXPORT_LOCATION
       
    17 #include <comms-infras/commdb/protection/protectdb.h>
       
    18 #include <comms-infras/commdb/protection/protectcpdb.h>
       
    19 #else
       
    20 //these headers are user includes in the new env.
       
    21 #include "protectdb.h"
       
    22 #include "protectcpdb.h"
       
    23 #endif
       
    24  
       
    25 #if !defined(__STEP_063_XX_H__)
       
    26 #define __STEP_063_XX_H__
       
    27 
       
    28 NONSHARABLE_CLASS(CCommDbTest063_01 ) : public CTestStepCommDb
       
    29 {
       
    30 public:
       
    31 	CCommDbTest063_01();
       
    32 	virtual ~CCommDbTest063_01();
       
    33 	virtual enum TVerdict doTestStepL( void );
       
    34 private:
       
    35 	CCommsDatabaseProtect* iTheProtectedDb;
       
    36 };
       
    37 
       
    38 NONSHARABLE_CLASS(CCommDbTest063_02 ) : public CTestStepCommDb
       
    39 {
       
    40 public:
       
    41 	CCommDbTest063_02();
       
    42 	virtual ~CCommDbTest063_02();
       
    43 	virtual enum TVerdict doTestStepL( void );
       
    44 private:
       
    45 	CCommsDatabaseProtect* iTheProtectedDb;
       
    46 };
       
    47 
       
    48 NONSHARABLE_CLASS(CCommDbTest063_03 ) : public CTestStepCommDb
       
    49 {
       
    50 public:
       
    51 	CCommDbTest063_03();
       
    52 	virtual ~CCommDbTest063_03();
       
    53 	virtual enum TVerdict doTestStepL( void );
       
    54 private:
       
    55 	CCommsDatabaseProtect* iTheProtectedDb;
       
    56 };
       
    57 
       
    58 NONSHARABLE_CLASS(CCommDbTest063_04 ) : public CTestStepCommDb
       
    59 {
       
    60 public:
       
    61 	CCommDbTest063_04();
       
    62 	virtual ~CCommDbTest063_04();
       
    63 	virtual enum TVerdict doTestStepL( void );
       
    64 private:
       
    65 	CCommsDatabaseProtect* iTheProtectedDb;
       
    66 };
       
    67 
       
    68 #endif
       
    69 
       
    70 
       
    71 
       
    72 
       
    73 NONSHARABLE_CLASS(CCommDbTest063_05 ) : public CTestStepCommDb
       
    74 {
       
    75 public:
       
    76 	CCommDbTest063_05();
       
    77 	virtual ~CCommDbTest063_05();
       
    78 	virtual enum TVerdict doTestStepL( void );
       
    79 private:
       
    80 	CCommsDatabaseProtect* iTheProtectedDb;
       
    81 };
       
    82 
       
    83 NONSHARABLE_CLASS(CCommDbTest063_06 ) : public CTestStepCommDb
       
    84 {
       
    85 public:
       
    86 	CCommDbTest063_06();
       
    87 	virtual ~CCommDbTest063_06();
       
    88 	virtual enum TVerdict doTestStepL( void );
       
    89 private:
       
    90 	CCommsDatabaseProtect* iTheProtectedDb;
       
    91 };
       
    92 
       
    93 NONSHARABLE_CLASS(CCommDbTest063_07 ) : public CTestStepCommDb
       
    94 {
       
    95 public:
       
    96 	CCommDbTest063_07();
       
    97 	virtual ~CCommDbTest063_07();
       
    98 	virtual enum TVerdict doTestStepL( void );
       
    99 private:
       
   100 	CCommsDatabaseProtect* iTheProtectedDb;
       
   101 };
       
   102 
       
   103 NONSHARABLE_CLASS(CCommDbTest063_08 ) : public CTestStepCommDb
       
   104 {
       
   105 public:
       
   106 	CCommDbTest063_08();
       
   107 	virtual ~CCommDbTest063_08();
       
   108 	virtual enum TVerdict doTestStepL( void );
       
   109 private:
       
   110 	CCommsDatabaseProtect* iTheProtectedDb;
       
   111 };
       
   112