Update contrib.
2 * Copyright (c) 2006 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.
14 * Description: Audio Output Observer Class
19 #ifndef MAUDIOOUTPUTOBSERVER_H
20 #define MAUDIOOUTPUTOBSERVER_H
23 #include "AudioOutput.h"
28 * ?one_line_short_description.
29 * ?other_description_lines
31 class MAudioOutputObserver
36 * ?member_description.
37 * @param ?arg1 ?description
38 * @return ?description
40 virtual void DefaultAudioOutputChanged( CAudioOutput& aAudioOutput,
41 CAudioOutput::TAudioOutputPreference aNewDefault ) = 0;
45 #endif // MAUDIOOUTPUTOBSERVER_H