srsf/speechsynthesis/tsrc/testapplication/inc/testapp.hrh
branchRCL_3
changeset 18 cad71a31b7fc
parent 17 8ce15fced3a6
child 19 e36f3802f733
equal deleted inserted replaced
17:8ce15fced3a6 18:cad71a31b7fc
     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: 
       
    15 *     This file contains declarations for constants of TestApp.
       
    16 *     The file can be included in C++ or resource file.
       
    17 *     Initial content was generated by Nokia Series 60 AppWizard.
       
    18 *
       
    19 */
       
    20 
       
    21 
       
    22 #ifndef TESTAPP_HRH
       
    23 #define TESTAPP_HRH
       
    24 
       
    25 enum TTestAppCommandIds
       
    26     {
       
    27     ETestAppCmdAppConnect = 1,
       
    28     ETestAppCmdAppDisconnect,
       
    29     ETestAppCmdAppSayText,
       
    30     ETestAppCmdAppSayTextToFile,
       
    31     ETestAppCmdAppChangeVoice,
       
    32     ETestAppCmdAppVolumeDown,
       
    33     ETestAppCmdAppVolumeUp,
       
    34     ETestAppCmdAppChangeRate,
       
    35     ETestAppCmdAppPause,
       
    36     ETestAppCmdAppPlay,
       
    37     ETestAppCmdAppStop,
       
    38     ETestAppCmdAppChangeAudioOutput
       
    39     };
       
    40 
       
    41 #endif      // TESTAPP_HRH