Update contrib.
1 // Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies).
2 // All rights reserved.
3 // This component and the accompanying materials are made available
4 // under the terms of "Eclipse Public License v1.0"
5 // which accompanies this distribution, and is available
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
14 // OpenFileByFileHandle_PlayTone.h
15 // Header file: Tone Test: Open file by handle.
20 @file OpenFileByFileHandle_PlayTone.h
23 #ifndef OpenFileByFileHandle_PlayTone_h__
24 #define OpenFileByFileHandle_PlayTone_h__
31 * @class CTestMmfAclntOpenToneFile
35 class CTestMmfAclntOpenToneFile : public CTestMmfAclntTone
38 static CTestMmfAclntOpenToneFile* NewL( const TDesC& aTestName, const TDesC& aSectName, const TDesC& aKeyName );
39 virtual TVerdict DoTestStepL();
40 virtual TVerdict DoTestStepPreambleL();
43 CTestMmfAclntOpenToneFile( const TDesC& aTestName, const TDesC& aSectName, const TDesC& aKeyName );
46 TBuf<KNameBufSize> iSectName;
47 TBuf<KNameBufSize> iKeyName;
50 #endif // OpenFileByFileHandle_PlayTone_h__