commsconfig/commsdatabaseshim/TE_commdb/te_connpref/inc/TE_ConnPrefHelperSteps.h
changeset 72 ae47d0499bee
equal deleted inserted replaced
68:5da8188e392b 72:ae47d0499bee
       
     1 //
       
     2 // Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 // All rights reserved.
       
     4 // This component and the accompanying materials are made available
       
     5 // under the terms of "Eclipse Public License v1.0"
       
     6 // which accompanies this distribution, and is available
       
     7 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 //
       
     9 // Initial Contributors:
       
    10 // Nokia Corporation - initial contribution.
       
    11 //
       
    12 // Contributors:
       
    13 //
       
    14 // Description:
       
    15 //
       
    16 //
       
    17 
       
    18 /**
       
    19  * @file TE_ConnPrefHelperSteps.h
       
    20  *
       
    21  * This is the header file with the declartions of the RConnection test step classes that basically 
       
    22  * aren't proper tests at all - thet are just helper functions encapsulated as test steps so that they
       
    23  * can be called from the scripts.
       
    24  *
       
    25  */
       
    26 
       
    27 #if (!defined __TE_CONNPREFHELPERSTEPS_H__)
       
    28 #define __TE_CONNPREFHELPERSTEPS_H__
       
    29 
       
    30 #include "TE_ConnPrefStep.h"
       
    31 
       
    32 class CTE_ConnPrefForceCCoverWrite: public CTE_ConnPrefStep
       
    33 {
       
    34 public:
       
    35 	CTE_ConnPrefForceCCoverWrite(TPtrC aName);
       
    36 	virtual ~CTE_ConnPrefForceCCoverWrite();
       
    37 
       
    38 	virtual enum TVerdict doTestStepL(void);
       
    39 };
       
    40 
       
    41 #endif