speechsrv_plat/nss_srs_utility_api/inc/nsssispeechrecognitionutilityobserver.h
branchRCL_3
changeset 19 e36f3802f733
parent 0 bf1d17376201
equal deleted inserted replaced
18:cad71a31b7fc 19:e36f3802f733
       
     1 /*
       
     2 * Copyright (c) 2004 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:  This is the definition of the speech recognition utility.observer
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #ifndef NSSSISPEECHRECOGNITIONUTILITYOBSERVER_H
       
    21 #define NSSSISPEECHRECOGNITIONUTILITYOBSERVER_H
       
    22 
       
    23 //  INCLUDES
       
    24 
       
    25 #include <nsssispeechrecognitiondataclient.h>
       
    26 
       
    27 
       
    28 // CLASS DECLARATION
       
    29 
       
    30 /**
       
    31 *  This is the main class of Speech Recognition Utility Observer
       
    32 *
       
    33 *  @lib SpeechRecognitionUtility.lib
       
    34 *  @since 2.0
       
    35 */
       
    36 
       
    37 class MSISpeechRecognitionUtilityObserver
       
    38 {
       
    39 
       
    40 public:
       
    41       /**
       
    42         * 
       
    43         *	Pure virtual function that receives speech recognition utility events.
       
    44         * @since 2.0
       
    45         * @param 	aEvent			event code indicating the event type.
       
    46         * @return	-
       
    47         */
       
    48 		virtual void MsruoEvent( TUid aEvent, TInt aResult )=0;
       
    49 
       
    50 };
       
    51 
       
    52 #endif	// of SPEECHRECOGNITIONUTILITYOBSERVER_H
       
    53 
       
    54 // End of File