diff -r 000000000000 -r 9f8c0686fb49 uiacceltk/hitchcock/tsrc/alfperfapp/inc/alfperfappapplication.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/uiacceltk/hitchcock/tsrc/alfperfapp/inc/alfperfappapplication.h Wed Nov 03 19:29:22 2010 +0200 @@ -0,0 +1,46 @@ +/* +* Copyright (c) 2008 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: alfperfapp application class definition. +* +*/ + + +#ifndef C_ALFPERFAPPAPPLICATION_H +#define C_ALFPERFAPPAPPLICATION_H + +#include +#include "alfperfapp.hrh" + +/** + * UID of this application. + */ +const TUid KAlfPerfAppUid = { KAlfPerfAppUidValue }; + +/** + * CAlfPerfAppApplication application class. + */ +class CAlfPerfAppApplication : public CAknApplication + { +private: // from CApaApplication + + // From base class CAknApplication + + CApaDocument* CreateDocumentL(); + TUid AppDllUid() const; + + }; + +#endif // C_ALFPERFAPPAPPLICATION_H + +// End of File