os/persistentdata/traceservices/tracefw/ulogger/unit_test/te-outfrwkchans/te-file/uloggerfileplugintest.h
Update contrib.
2 * Copyright (c) 2004-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.
20 #ifndef __ULOGGERFILEPLUGINTEST_H__
21 #define __ULOGGERFILEPLUGINTEST_H__
23 #include <test/tefunit.h>
25 #include "uloggerfileplugin.h"
26 #include "te_filesuitestepbase.h"
29 class CFile0Step : public CTe_fileSuiteStepBase
34 virtual TVerdict doTestStepL();
35 virtual TVerdict doTestStepPostambleL();
36 virtual TVerdict doTestStepPreambleL();
41 void TestUnlockResourcesL();
47 _LIT(KFile0Step,"file0Step");
50 #endif // __ULOGGERFILEPLUGINTEST_H__