speechsrv_plat/vas_api/inc/nssvasmadaptationeventhandler.h
branchRCL_3
changeset 19 e36f3802f733
parent 0 bf1d17376201
equal deleted inserted replaced
18:cad71a31b7fc 19:e36f3802f733
       
     1 /*
       
     2 * Copyright (c) 2003-2006 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:  The MNssAdaptationEventHandler class provides the call back methods to handle 
       
    15 *               the events after adptation.
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 #ifndef NSSVASMADAPTATIONEVENTHANDLER_H
       
    21 #define NSSVASMADAPTATIONEVENTHANDLER_H
       
    22 
       
    23 /**
       
    24 * The MNssAdaptationEventHandler class provides the call back methods to handle 
       
    25 *  the after adaptation.
       
    26 *
       
    27 *  @lib NssVASApi.lib
       
    28 *  @since 2.0
       
    29 */
       
    30 class MNssAdaptationEventHandler
       
    31     {        
       
    32     public: 
       
    33         
       
    34     /**
       
    35 	* Adapt Complete Event - Adaptation was successful
       
    36 	* @since 2.0
       
    37 	* @param aErrorCode KErrNone if adaptation was successfull
       
    38 	* @return no return value
       
    39 	*/       
       
    40     virtual void HandleAdaptComplete( TInt aErrorCode ) = 0;
       
    41     };
       
    42 
       
    43 #endif // NSSVASMADAPTATIONEVENTHANDLER  
       
    44             
       
    45 // End of File