diff -r 8ce15fced3a6 -r cad71a31b7fc srsf/speechsynthesis/tsrc/testapplication/inc/testappapp.h --- a/srsf/speechsynthesis/tsrc/testapplication/inc/testappapp.h Thu Aug 19 09:56:14 2010 +0300 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,59 +0,0 @@ -/* -* Copyright (c) 2004 Nokia Corporation and/or its subsidiary(-ies). -* All rights reserved. -* This component and the accompanying materials are made available -* under the terms of "Eclipse Public License v1.0" -* which accompanies this distribution, and is available -* at the URL "http://www.eclipse.org/legal/epl-v10.html". -* -* Initial Contributors: -* Nokia Corporation - initial contribution. -* -* Contributors: -* -* Description: -* Declares main application class. -* -*/ - - -#ifndef TESTAPPAPP_H -#define TESTAPPAPP_H - -// INCLUDES -#include - -// CONSTANTS -// UID of the application -const TUid KUidTestApp = { 0x043ECF25 }; - -// CLASS DECLARATION - -/** -* CTestAppApp application class. -* Provides factory to create concrete document object. -* -*/ -class CTestAppApp : public CAknApplication - { - - public: // Functions from base classes - private: - - /** - * From CApaApplication, creates CTestAppDocument document object. - * @return A pointer to the created document object. - */ - CApaDocument* CreateDocumentL(); - - /** - * From CApaApplication, returns application's UID (KUidTestApp). - * @return The value of KUidTestApp. - */ - TUid AppDllUid() const; - }; - -#endif - -// End of File -