commsconfig/commsdatabaseshim/TE_commdb/te_connpref/inc/TE_ConnPrefHelperSteps.h
changeset 72 ae47d0499bee
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/commsconfig/commsdatabaseshim/TE_commdb/te_connpref/inc/TE_ConnPrefHelperSteps.h	Mon Sep 06 13:49:23 2010 +0100
@@ -0,0 +1,41 @@
+//
+// 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