os/persistentdata/traceservices/tracefw/ulogger/unit_test/te-server/uloggerservertest5step.h
Update contrib.
2 * Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
4 * This component and the accompanying materials are made available
5 * under the terms of "Eclipse Public License v1.0"
6 * which accompanies this distribution, and is available
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
9 * Initial Contributors:
10 * Nokia Corporation - initial contribution.
21 @file uloggerservertest5step.h
25 #if (!defined __ULOGGERSERVERTEST5_STEP_H__)
26 #define __ULOGGERSERVERTEST5_STEP_H__
27 #include <test/testexecutestepbase.h>
28 #include "te_uloggerservertestsuitestepbase.h"
34 class CUloggerServerTest5Step : public CTe_UloggerServerTestSuiteStepBase
36 friend class CControlFramework;
38 CUloggerServerTest5Step();
39 ~CUloggerServerTest5Step();
40 virtual TVerdict doTestStepPreambleL();
41 virtual TVerdict doTestStepL();
42 virtual TVerdict doTestStepPostambleL();
46 TInt Test1L(); //CUloggerChannelSettings
48 // Please add/modify your class members here:
50 CActiveScheduler *iScheduler;
55 _LIT(KUloggerServerTest5Step,"UloggerServerTest5Step");