diff -r 57c618273d5c -r bbf46f59e123 windowing/windowserver/nga/SERVER/openwfc/wstop.h --- a/windowing/windowserver/nga/SERVER/openwfc/wstop.h Thu Aug 19 11:11:18 2010 +0300 +++ b/windowing/windowserver/nga/SERVER/openwfc/wstop.h Tue Aug 31 16:31:06 2010 +0300 @@ -1,4 +1,4 @@ -// Copyright (c) 2003-2009 Nokia Corporation and/or its subsidiary(-ies). +// Copyright (c) 2003-2010 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" @@ -56,6 +56,7 @@ #endif }; +class CWsRenderOrienationTracker; class CWsTop { enum {EShellBootModeReboot=0,EShellBootModeNoReboot=1,EShellBootModeExit=2}; @@ -122,6 +123,7 @@ static TBool MultiFocusPolicy(); static inline CWsPluginManager *PluginManager(); + static void CheckRenderOrientation(); private: static void InitLogging(); @@ -152,6 +154,7 @@ static TInt iCheckHeapResult; static TBool iDoHeapCheckAndRestart; static CWsPluginManager *iPluginManager; + static CWsRenderOrienationTracker* iRenderOrientationTracker; }; NONSHARABLE_CLASS(CWsActiveScheduler): public CActiveScheduler, public MWsActiveSchedulerDebug