uiacceltk/hitchcock/goommonitor/inc/goomwindowgrouplist.h
changeset 29 ac3859d43844
parent 14 83d2d132aa58
child 32 27a3ad0677c1
--- a/uiacceltk/hitchcock/goommonitor/inc/goomwindowgrouplist.h	Fri May 14 02:53:35 2010 +0300
+++ b/uiacceltk/hitchcock/goommonitor/inc/goomwindowgrouplist.h	Tue May 25 17:55:19 2010 +0300
@@ -42,10 +42,10 @@
     static CGOomWindowGroupList* NewL(RWsSession& aWs);
     
     // Update the list of window groups
-    void RefreshL();
+    void RefreshL(TBool aOptionalOnly = EFalse);
     
     // Update the list of window groups, non-leaving version
-    void Refresh();
+    void Refresh(TBool aOptionalOnly = EFalse);
     
     // Return the number of application instances in this list
     inline TUint Count() const;
@@ -133,6 +133,7 @@
     CApaWindowGroupName* iWgName;
     HBufC* iWgNameBuf;              // owned by iWgName
     RArray<TInt> iLowOnMemWgs;
+    RArray<TInt> iOptionalUids;
     RAlfBridgerClient iAlfClient;
     };