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.
22 #ifndef __T_APP1_DOC_H__
23 #define __T_APP1_DOC_H__
28 * CTApp1Document for creating the application UI
31 class CTApp1Document : public CEikDocument
34 // creates a CTApp1Document object
35 static CTApp1Document* NewL(CEikApplication& aApp);
36 CTApp1Document(CEikApplication& aApp);
39 // Inherited from CEikDocument for creating the AppUI
40 CEikAppUi* CreateAppUiL();
43 #endif // __T_APP1_DOC_H__