--- a/idlehomescreen/xmluirendering/uiengine/inc/xnfocuscontrol.h Fri Feb 19 22:42:37 2010 +0200
+++ b/idlehomescreen/xmluirendering/uiengine/inc/xnfocuscontrol.h Fri Mar 12 15:41:49 2010 +0200
@@ -22,9 +22,6 @@
// System includes
#include <e32base.h>
-// User includes
-#include "xninactivitymonitor.h"
-
// Forward declarations
class CXnAppUiAdapter;
class CWindowGc;
@@ -36,8 +33,7 @@
* @lib xn3layoutengine.lib
* @since S60 5.0
*/
-NONSHARABLE_CLASS( CXnFocusControl ) : public CBase,
- public MXnInactivityObserver
+NONSHARABLE_CLASS( CXnFocusControl ) : public CBase
{
public:
// Constructors and destructor
@@ -70,14 +66,6 @@
*/
CXnFocusControl( CXnAppUiAdapter& aAppUiAdapter );
-private:
- // from MXnInactivityObserver
-
- /**
- * @see MXnInactivityObserver
- */
- void InactivityTimerExpired();
-
public:
// new functions
@@ -116,8 +104,6 @@
/** AppUiAdapter, Not owned */
CXnAppUiAdapter& iAppUiAdapter;
- /** Inactivity monitor, Owned */
- CXnInactivityMonitor* iMonitor;
/** Flag to indicate whether it is allowed to show focus */
TBool iVisible;
/** Flag to indicate refusal */