taskswitcher/taskswitcherui/taskswitcherapp/inc/tsappui.h
branchRCL_3
changeset 102 ba63c83f4716
parent 88 3321d3e205b6
--- a/taskswitcher/taskswitcherui/taskswitcherapp/inc/tsappui.h	Wed Sep 15 12:00:00 2010 +0300
+++ b/taskswitcher/taskswitcherui/taskswitcherapp/inc/tsappui.h	Wed Oct 13 14:18:30 2010 +0300
@@ -45,6 +45,9 @@
 
 public:
     enum {
+    //!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+    //TODO make maping to NGA transition id
+    //!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
     ENoneTransition = 0,
     EForegroundTransition = 3,
     EBackgroundTransition = 4,
@@ -211,13 +214,6 @@
      *          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: