os/mm/mmlibs/mmfw/tsrc/mmfintegrationtest/SDevSound/SDSCapTestServer/src/mmddteststep0036.h
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
     1 // Copyright (c) 2008-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".
     7 //
     8 // Initial Contributors:
     9 // Nokia Corporation - initial contribution.
    10 //
    11 // Contributors:
    12 //
    13 // Description:
    14 //
    15 
    16 #ifndef __MMDDTESTSTEP0036_H__
    17 #define __MMDDTESTSTEP0036_H__
    18 
    19 #include "CapTestStep.h"
    20 
    21 class CSecDevSndTS0036 : public CDevSoundTestStepBase
    22 	{
    23 public:
    24 	static CSecDevSndTS0036* NewL(TThreadId aClientTid);
    25 	virtual void StartProcessing(TRequestStatus& aStatus);
    26 	virtual ~CSecDevSndTS0036();
    27 
    28 protected:
    29 	CSecDevSndTS0036(TThreadId aClientTid);
    30 	void ConstructL();
    31 	//TVerdict DoTestSetClientThread();
    32 	virtual void ToneFinished (TInt aError);
    33 
    34 	TVerdict DoPlaySimpleTone();
    35 	TVerdict TestPlayTone(TInt aFreq, TTimeIntervalMicroSeconds aDur);
    36 
    37 private:
    38 	TThreadId iClientTid;
    39 	};
    40 
    41 
    42 #endif	// __MMDDTESTSTEP0036_H__