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_ENG_H__
23 #define __T_APP1_ENG_H__
29 TApp1EngAlreadyStarted = 1,
30 TApp1EngAlreadyStopped
34 class CTApp1Eng : public CTimer
39 // Construction & destruction
40 static CTApp1Eng* NewL
43 CWsScreenDevice& aScreenDevice,
51 // Start and stop the drawing
56 inline TBool Drawing(){return iDrawing;}
66 // private constructors - use NewL to construct a CTApp1Eng!
70 CWsScreenDevice& aScreenDevice,
78 // Window server handling
81 CWsScreenDevice& iScreenDevice;
90 RArray<TInt> iRotationList;
91 RArray<TInt> iScrModeList;
96 RSemaphore iSemaphore;
99 #endif // __T_APP1_ENG_H__