commsconfig/commsdatabaseshim/TE_commdb/te_connpref/inc/TE_ConnPrefHelperSteps.h
author hgs
Mon, 06 Sep 2010 13:49:23 +0100
changeset 72 ae47d0499bee
permissions -rw-r--r--
201033_02

//
// Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
// All rights reserved.
// This component and the accompanying materials are made available
// under the terms of "Eclipse Public License v1.0"
// which accompanies this distribution, and is available
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
//
// Initial Contributors:
// Nokia Corporation - initial contribution.
//
// Contributors:
//
// Description:
//
//

/**
 * @file TE_ConnPrefHelperSteps.h
 *
 * This is the header file with the declartions of the RConnection test step classes that basically 
 * aren't proper tests at all - thet are just helper functions encapsulated as test steps so that they
 * can be called from the scripts.
 *
 */

#if (!defined __TE_CONNPREFHELPERSTEPS_H__)
#define __TE_CONNPREFHELPERSTEPS_H__

#include "TE_ConnPrefStep.h"

class CTE_ConnPrefForceCCoverWrite: public CTE_ConnPrefStep
{
public:
	CTE_ConnPrefForceCCoverWrite(TPtrC aName);
	virtual ~CTE_ConnPrefForceCCoverWrite();

	virtual enum TVerdict doTestStepL(void);
};

#endif