diff -r 675a964f4eb5 -r 35751d3474b7 cryptoservices/certificateandkeymgmt/tpkixcert_tef/src/apiteststeps.h --- a/cryptoservices/certificateandkeymgmt/tpkixcert_tef/src/apiteststeps.h Tue Jul 21 01:04:32 2009 +0100 +++ b/cryptoservices/certificateandkeymgmt/tpkixcert_tef/src/apiteststeps.h Thu Sep 10 14:01:51 2009 +0300 @@ -1,69 +1,67 @@ -/* -* Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies). -* All rights reserved. -* This component and the accompanying materials are made available -* under the terms of the License "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 - @internalTechnology -*/ - -#ifndef APITESTSTEPS_H -#define APITESTSTEPS_H - -#include "pkixcertstepbase.h" -//#include - -_LIT(KAddSupportedOidsTestStep, "AddSupportedOidsTest"); -_LIT(KRemoveSupportedOidsTestStep, "RemoveSupportedOidsTest"); -_LIT(KSetSupportedOidsTestStep, "SetSupportedOidsTest"); -_LIT(KResetSupportedOidsTestStep, "ResetSupportedOidsTest"); - -class CPkixCertAddSupportedOidsStep : public CPkixCertStepBase - { -public: - CPkixCertAddSupportedOidsStep(); - - virtual void PerformTestL(); - }; - -class CPkixCertRemoveSupportedOidsStep : public CPkixCertStepBase - { -public: - CPkixCertRemoveSupportedOidsStep(); - - virtual void PerformTestL(); - }; - -class CPkixCertSetSupportedOidsStep : public CPkixCertStepBase - { -public: - CPkixCertSetSupportedOidsStep(); - - virtual void PerformTestL(); - }; - -class CPkixCertResetSupportedOidsStep : public CPkixCertStepBase - { -public: - CPkixCertResetSupportedOidsStep(); - - virtual void PerformTestL(); - }; - -#endif // APITESTSTEPS_H +/* +* Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies). +* All rights reserved. +* This component and the accompanying materials are made available +* under the terms of the License "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 + @internalTechnology +*/ + +#ifndef APITESTSTEPS_H +#define APITESTSTEPS_H + +#include "pkixcertstepbase.h" +//#include + +_LIT(KAddSupportedOidsTestStep, "AddSupportedOidsTest"); +_LIT(KRemoveSupportedOidsTestStep, "RemoveSupportedOidsTest"); +_LIT(KSetSupportedOidsTestStep, "SetSupportedOidsTest"); +_LIT(KResetSupportedOidsTestStep, "ResetSupportedOidsTest"); + +class CPkixCertAddSupportedOidsStep : public CPkixCertStepBase + { +public: + CPkixCertAddSupportedOidsStep(); + + virtual void PerformTestL(); + }; + +class CPkixCertRemoveSupportedOidsStep : public CPkixCertStepBase + { +public: + CPkixCertRemoveSupportedOidsStep(); + + virtual void PerformTestL(); + }; + +class CPkixCertSetSupportedOidsStep : public CPkixCertStepBase + { +public: + CPkixCertSetSupportedOidsStep(); + + virtual void PerformTestL(); + }; + +class CPkixCertResetSupportedOidsStep : public CPkixCertStepBase + { +public: + CPkixCertResetSupportedOidsStep(); + + virtual void PerformTestL(); + }; + +#endif // APITESTSTEPS_H