srsf/speechsynthesis/tsrc/texttospeech/inc/texttospeechapplication.h
branchRCL_3
changeset 19 e36f3802f733
parent 0 bf1d17376201
equal deleted inserted replaced
18:cad71a31b7fc 19:e36f3802f733
       
     1 /*
       
     2 * Copyright (c) 2007 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 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef TEXTTOSPEECHAPPLICATION_H
       
    20 #define TEXTTOSPEECHAPPLICATION_H
       
    21 
       
    22 #include <aknapp.h>
       
    23 
       
    24 /**
       
    25  * A CAknApplication-derived class is required by the S60 application 
       
    26  * framework. It is subclassed to create the application's document 
       
    27  * object.
       
    28  */
       
    29 class CTextToSpeechApplication : public CAknApplication
       
    30     {
       
    31     
       
    32     private:
       
    33     
       
    34         TUid AppDllUid() const;
       
    35         
       
    36         CApaDocument* CreateDocumentL();
       
    37     
       
    38     };
       
    39             
       
    40 #endif // TEXTTOSPEECHAPPLICATION_H