diff -r 7d4490026038 -r 44f437012c90 persistentstorage/centralrepository/test/testexecute/BUR/src/initialiseStep.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/persistentstorage/centralrepository/test/testexecute/BUR/src/initialiseStep.h Tue Oct 19 16:26:13 2010 +0100 @@ -0,0 +1,43 @@ +/** +* Copyright (c) 2005-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 +*/ +#if (!defined __INITIALISE_STEP_H__) +#define __INITIALISE_STEP_H__ +#include +#include "Te_centrep_BURSuiteStepBase.h" +#include "srvreqs.h" +#include "srvdefs.h" +#include "cachemgr.h" + +class CinitialiseStep : public CTe_centrep_BURSuiteStepBase + { +public: + CinitialiseStep(); + ~CinitialiseStep(); + virtual TVerdict doTestStepL(); + +private: + }; + +_LIT(KinitialiseStep,"initialiseStep"); + +#endif