First public contribution.
1 // Copyright (c) 2002-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".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
16 #ifndef __SPEECHRECOGNITIONUTILITYOBSERVER_H__
17 #define __SPEECHRECOGNITIONUTILITYOBSERVER_H__
21 #include <mmf/common/speechrecognitiondataclient.h>
29 This is the main class of Speech Recognition Utility Observer
33 class MSpeechRecognitionUtilityObserver
38 Pure virtual function that receives speech recognition utility events.
41 The event code indicating the event type.
47 virtual void MsruoEvent( TUid aEvent, TInt aError )=0;
51 #endif // __SPEECHRECOGNITIONUTILITYOBSERVER_H__