uiacceltk/hitchcock/goommonitor/inc/goomwindowgrouplist.h
branchRCL_3
changeset 17 c9d868f1e20c
parent 15 cd0ae4656946
--- a/uiacceltk/hitchcock/goommonitor/inc/goomwindowgrouplist.h	Mon Jun 21 16:41:52 2010 +0300
+++ b/uiacceltk/hitchcock/goommonitor/inc/goomwindowgrouplist.h	Thu Jul 15 19:40:07 2010 +0300
@@ -78,7 +78,7 @@
     
     // Find all the windowgroups in the list that matches application id for this window group
     void GetAllWgIdsMatchingAppId(TInt aWgId, RArray<TInt> & WgIdList) const;
-
+/*
     TInt LowOnMemWgs(TInt aIndex) 
         {
         if (aIndex >= iLowOnMemWgs.Count() || aIndex < 0)
@@ -90,9 +90,11 @@
             return iLowOnMemWgs[aIndex];
             }
         }
-
+*/
     TInt FindParentIdL(TInt aWgId);    
     
+    void GetListOfWindowGroupsWSurfaces(RArray<TInt>& aLowOnMemWgs);
+    
 private:    
 
     void CollapseWindowGroupTree(RArray<TInt>& aWgsHavingSurfaces);