commsconfig/commsdatabaseshim/ts_commdb/ts_encrpt/TS_EncrptSteps.h
changeset 72 ae47d0499bee
parent 68 5da8188e392b
child 77 c9776eadbffd
--- a/commsconfig/commsdatabaseshim/ts_commdb/ts_encrpt/TS_EncrptSteps.h	Tue Aug 24 14:43:02 2010 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,68 +0,0 @@
-/**
-* Copyright (c) 2002-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:
-* This defines the TS_RConnectionStep class which is the base class for all 
-* the RConnection multihoming test step classes
-* 
-*
-*/
-
-
-
-/**
- @file TS_RConnectionStep.h
-*/
- 
-#if (!defined __TS_ENCRPTSTEPS_H__)
-#define __TS_ENCRPTSTEPS_H__
-
-#include <e32std.h>
-#include <cdbstore.h>
-#include <es_sock.h>
-#include <in_sock.h>
-#include <es_enum.h>
-#include <commdbconnpref.h>
-
-#include <networking/teststep.h>
-#include "TS_EncrptSuite.h"
-#include "TS_EncrptStep.h"
-
-
-class CTS_CreateEntries : public CTS_EncrptStep
-{
-public:
-	CTS_CreateEntries();
-	virtual ~CTS_CreateEntries();
-	virtual enum TVerdict doTestStepL();
-};
-
-class CTS_CheckPasswords: public CTS_EncrptStep
-{
-public:
-	CTS_CheckPasswords();
-	virtual ~CTS_CheckPasswords();
-	virtual enum TVerdict doTestStepL();
-};
-
-class CTS_DeleteEntries: public CTS_EncrptStep
-{
-public:
-	CTS_DeleteEntries();
-	virtual ~CTS_DeleteEntries();
-	virtual enum TVerdict doTestStepL();
-};
-
-
-
-#endif /* __TS_ENCRPTSTEPS_H__ */