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