diff -r 15bf7259bb7c -r d8a3531bc6b8 uiacceltk/hitchcock/goommonitor/inc/goomwindowgrouplist.h --- a/uiacceltk/hitchcock/goommonitor/inc/goomwindowgrouplist.h Tue Feb 02 07:56:43 2010 +0200 +++ b/uiacceltk/hitchcock/goommonitor/inc/goomwindowgrouplist.h Mon Feb 22 17:57:49 2010 +0200 @@ -72,6 +72,11 @@ // Find the specificed application in the window group list and return the index TInt GetIndexFromAppId(TUint aAppId) const; + TInt GetIndexFromWgId(TInt aWgId) const; + + // Find all the windowgroups in the list that matches application id for this window group + void GetAllWgIdsMatchingAppId(TInt aWgId, RArray & WgIdList) const; + private: