uifw/AknGlobalUI/AknCapServer/inc/AknEikSgcs.h
branchRCL_3
changeset 55 aecbbf00d063
parent 15 08e69e956a8c
child 56 d48ab3b357f1
--- a/uifw/AknGlobalUI/AknCapServer/inc/AknEikSgcs.h	Thu Aug 19 10:11:06 2010 +0300
+++ b/uifw/AknGlobalUI/AknCapServer/inc/AknEikSgcs.h	Tue Aug 31 15:28:30 2010 +0300
@@ -64,9 +64,6 @@
 
     static TInt LayoutInstallationCallBack(TAny* aPtr);
     
-    void SetBackgroundAppsStateChangeDeferred(TBool aDeferred);
-    TBool BackgroundAppsStateChangeDeferred() const;
-    
 private:
     class TWgState
         {
@@ -136,13 +133,6 @@
     void DoMoveApp();
     TInt RefreshLayoutIfRequiredL();
     
-    void UpdateIdleState();
-    void DoChangeIdleState();
-    static TInt ChangeIdleStateCallBack(TAny* aThis);
-    TInt  ForegroundWgId();
-    TBool IsIdleForeground();
-    void SetIdleState(TBool aFlag);
-    
 private:
     CWgStates* iWgStates;
     RWsSession& iWs;
@@ -153,7 +143,6 @@
     TInt iLastTopSpWg;
     TInt iLastScreenModeSet;
     CLayoutChangeCallBack* iLayoutChangeCallBack;
-    CPeriodic* iChangeIdleState;
     struct SRelinquishedThread
         {
         RThread iThread;
@@ -182,7 +171,6 @@
 	TInt iTouchCompaScreenMode;
     CEComPluginNotifier* iLayoutNotifier; // Owned
     REComPluginInfoArray iPrevPluginInfo;
-    TInt iBackgroundLayoutDeferred;
     };
 
 #endif // EIKSGCS_H