taskswitcher/taskswitcherui/taskswitcherapp/inc/tsappui.h
branchRCL_3
changeset 88 3321d3e205b6
parent 83 5456b4e8b3a8
child 102 ba63c83f4716
--- a/taskswitcher/taskswitcherui/taskswitcherapp/inc/tsappui.h	Wed Sep 01 12:32:46 2010 +0100
+++ b/taskswitcher/taskswitcherui/taskswitcherapp/inc/tsappui.h	Tue Sep 14 20:58:58 2010 +0300
@@ -45,9 +45,6 @@
 
 public:
     enum {
-    //!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
-    //TODO make maping to NGA transition id
-    //!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
     ENoneTransition = 0,
     EForegroundTransition = 3,
     EBackgroundTransition = 4,
@@ -214,6 +211,13 @@
      *          Currently it recognises only camera app as multimedia app.
      */
     TBool IsUnderlyingAppMultimediaL();
+    
+    /**
+     * Obtain aplication id by it's window group Id.
+     * 
+     * @return  TUid aplication id.
+     */
+    TUid GetAppIdL( TInt aWgId );
 
 private: