Update contrib.
2 * Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
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.
20 #ifndef CDEVGENCONTROL_H
21 #define CDEVGENCONTROL_H
25 #include "cdevaudiocontrol.h"
26 #include <a3f/a3f_trace_utils.h>
33 * @lib mmfdevsoundadaptation.lib
37 NONSHARABLE_CLASS(CDevGenControl) : public CDevAudioControl
43 * Releases all resources and deletes all objects owned by this instance.
47 static CDevGenControl* NewL(CDevAudio* aDevAudio, MDevSoundAdaptationObserver& aDevSoundObserver);
49 void ConstructL(CDevAudio* aDevAudio, MDevSoundAdaptationObserver& aDevSoundObserver);
55 #endif // CDEVGENCONTROL_H