Update contrib.
1 // Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
2 // All rights reserved.
3 // This component and the accompanying materials are made available
4 // under the terms of "Eclipse Public License v1.0"
5 // which accompanies this distribution, and is available
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
23 #include "t_fpsappeng.h"
24 #include "t_fpsappview.h"
26 #include "t_fpsappui.h"
33 * constructL method that creates the AppView object
36 void CFpsAppUi::ConstructL()
38 RDebug::Print(_L("Create App Framework\n"));
40 iAppView = CFpsAppView::NewL(ClientRect());
47 CFpsAppUi::~CFpsAppUi()
53 * Handles the Menu events
54 * @param aCommand - command to be passed based on the menu item
55 * selected by the user
58 void CFpsAppUi::HandleCommandL(TInt aCommand)
69 User::Leave(KErrAbort);