commsconfig/commsdatabaseshim/ts_commdb/ts_connpref/TS_ConnPrefHelperSteps.h
changeset 72 ae47d0499bee
parent 68 5da8188e392b
child 77 c9776eadbffd
equal deleted inserted replaced
68:5da8188e392b 72:ae47d0499bee
     1 /**
       
     2 * Copyright (c) 2002-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 * This is the header file with the declartions of the RConnection test step classes that basically 
       
    16 * aren't proper tests at all - thet are just helper functions encapsulated as test steps so that they
       
    17 * can be called from the scripts.
       
    18 * 
       
    19 *
       
    20 */
       
    21 
       
    22 
       
    23 
       
    24 /**
       
    25  @file TS_ConnPrefHelperSteps.h
       
    26 */
       
    27 
       
    28 #if (!defined __TS_CONNPREFHELPERSTEPS_H__)
       
    29 #define __TS_CONNPREFHELPERSTEPS_H__
       
    30 
       
    31 #include "TS_ConnPrefStep.h"
       
    32 
       
    33 class CTS_ConnPrefForceCCoverWrite: public CTS_ConnPrefStep
       
    34 {
       
    35 public:
       
    36 	CTS_ConnPrefForceCCoverWrite(TPtrC aName);
       
    37 	virtual ~CTS_ConnPrefForceCCoverWrite();
       
    38 
       
    39 	virtual enum TVerdict doTestStepL(void);
       
    40 };
       
    41 
       
    42 #endif