speechsrv_plat/vas_api/inc/nssvasmresetfactorymodelsclient.h
changeset 13 57b735022c18
parent 1 b13cd05eeb2f
equal deleted inserted replaced
1:b13cd05eeb2f 13:57b735022c18
     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 MNssResetFactoryModelsClient class provides the call back 
       
    15 *               methods to handle the events after resetting factory models.
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 #ifndef NSSVASMRESETFACTORYMODELSCLIENT_H
       
    21 #define NSSVASMRESETFACTORYMODELSCLIENT_H
       
    22 
       
    23 /**
       
    24 * The MNssResetFactoryModelsClient class provides the call back methods to handle 
       
    25 * the after adaptation.
       
    26 *
       
    27 * @lib NssVASApi.lib
       
    28 * @since 2.8
       
    29 */
       
    30 class MNssResetFactoryModelsClient
       
    31     {
       
    32     public: 
       
    33       
       
    34 
       
    35     /**
       
    36 	* Resetting factory models is completed
       
    37 	*
       
    38 	* @param aErrorCode KErrNone if resetting was successfull
       
    39 	*/       
       
    40     virtual void HandleResetComplete( TInt aErrorCode ) = 0;
       
    41 
       
    42     };
       
    43 
       
    44 #endif // NSSVASMRESETFACTORYMODELSCLIENT_H
       
    45             
       
    46 // End of File