mmfenh/advancedaudiocontroller/tsrc/advancedaudiocontrollertestmodule/AudioPlaybackTestModule/inc/Des8Parameters.h
changeset 0 71ca22bcf22a
equal deleted inserted replaced
-1:000000000000 0:71ca22bcf22a
       
     1 /*
       
     2 * Copyright (c) 2002 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:  mmftsplay test component
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 //#if !defined(AFX_DES8PARAMETERS_H__77EC4487_6A81_4A9B_9CAE_C4D9913B5017__INCLUDED_)
       
    20 //#define AFX_DES8PARAMETERS_H__77EC4487_6A81_4A9B_9CAE_C4D9913B5017__INCLUDED_
       
    21 
       
    22 //#if _MSC_VER > 1000
       
    23 //#pragma once
       
    24 //#endif // _MSC_VER > 1000
       
    25 
       
    26 #ifndef __DES8_PARAMETERS
       
    27 #define __DES8_PARAMETERS
       
    28 
       
    29 #include "Parameters.h"
       
    30 
       
    31 class CDes8Parameters : public CParameters
       
    32 {
       
    33 protected:
       
    34 	CDes8Parameters(TInt aAction, TDesC8 &aDes8);
       
    35 public:
       
    36 	static CDes8Parameters* NewL(TInt aAction, TDesC8 &aDes8);
       
    37 	static CDes8Parameters* NewLC(TInt aAction, TDesC8 &aDes8);
       
    38 	virtual ~CDes8Parameters();
       
    39 	//TFileName GetFileName();
       
    40 	TDesC8 &GetDes8();
       
    41 
       
    42 private:
       
    43 	//void ConstructL(TDesC8 &aDes8);
       
    44 	//TFileName iFileName;
       
    45 	TDesC8 &iDes8;
       
    46 };
       
    47 
       
    48 //#endif // !defined(AFX_DES8PARAMETERS_H__77EC4487_6A81_4A9B_9CAE_C4D9913B5017__INCLUDED_)
       
    49 #endif	//__DES8_PARAMETERS