speechsrv_plat/voice_ui_plugin_api/inc/nssvoicestatus.h
branchRCL_3
changeset 19 e36f3802f733
parent 0 bf1d17376201
equal deleted inserted replaced
18:cad71a31b7fc 19:e36f3802f733
       
     1 /*
       
     2 * Copyright (c) 2005 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:  Status values for VUIPF
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef NSSVOICESTATUS_H
       
    20 #define NSSVOICESTATUS_H
       
    21 
       
    22 // Status values which extend standard error values. They are used 
       
    23 // in execution and event plug-ins. 
       
    24 
       
    25 // Status used when an event was not used e.g. captured key can be forwarded
       
    26 const TInt KErrNoneEventNotConsumed = 1;
       
    27 
       
    28 // Status used when an event has been consumed and the a plug-in allows another
       
    29 // plug-in to handle the event also. Used in VUIP Handler and execution plug-ins.
       
    30 const TInt KErrNoneForwardEvent = 2;
       
    31 
       
    32 
       
    33 #endif // NSSVOICESTATUS_H