Update contrib.
2 // Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies).
3 // All rights reserved.
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.
15 // Header file: Basic tests.
20 @file OpenFileByHandle0036.h
23 #ifndef OPENFILEBYHANDLE0036_H__
24 #define OPENFILEBYHANDLE0036_H__
26 #include "OpenFileByHandle0034.h"
31 * @class CTestMmfVclntOpenFile0036
34 class CTestMmfVclntOpenFile0036 : public CTestMmfVclntOpenFile0034
37 static CTestMmfVclntOpenFile0036* NewL(const TDesC& aTestName, const TDesC& aSectName, const TDesC& aKeyName, const TBool aPlay);
38 static CTestMmfVclntOpenFile0036* NewLC(const TDesC& aTestName, const TDesC& aSectName, const TDesC& aKeyName, const TBool aPlay);
39 virtual TVerdict DoTestStepL();
42 CTestMmfVclntOpenFile0036(const TDesC& aTestName, const TDesC& aSectName, const TDesC& aKeyName, const TBool aPlay);
45 #endif // OPENFILEBYHANDLE0036_H__