mmlibs/mmfw/tsrc/mmfintegrationtest/ACLNT/OpenFileByHandle7901.h
changeset 0 40261b775718
equal deleted inserted replaced
-1:000000000000 0:40261b775718
       
     1 
       
     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".
       
     8 //
       
     9 // Initial Contributors:
       
    10 // Nokia Corporation - initial contribution.
       
    11 //
       
    12 // Contributors:
       
    13 //
       
    14 // Description:
       
    15 // Header file: Basic  tests.
       
    16 // 
       
    17 //
       
    18 
       
    19 /**
       
    20  @file OpenFileByHandle7901.h
       
    21 */
       
    22 
       
    23 #ifndef OPENFILEBYHANDLE7901_H
       
    24 #define OPENFILEBYHANDLE7901_H
       
    25 
       
    26 #include "TestRecorder.h"
       
    27 #include "TSI_MMFACLNT.h"
       
    28 
       
    29 /** 
       
    30  * Open new file.
       
    31  *
       
    32  * @class CTestMmfAclntOpenFile7901
       
    33  * 
       
    34  */
       
    35 class CTestMmfAclntOpenFile7901 : public CTestMmfAclntRecord
       
    36 	{
       
    37 public:
       
    38 	virtual TVerdict DoTestL( CMdaAudioRecorderUtility* aRecUtil );
       
    39 	static CTestMmfAclntOpenFile7901* NewL( const TDesC& aTestName, const TDesC& aSectName, TBool aNegative );
       
    40 
       
    41 protected:
       
    42 	CTestMmfAclntOpenFile7901( const TDesC& aTestName, const TDesC& aSectName, TBool aNegative );
       
    43 	};
       
    44 
       
    45 
       
    46 #endif	// OPENFILEBYHANDLE7901_H