taskswitcher/taskswitcherui/taskswitcherappecom/inc/tsappecom.h
branchRCL_3
changeset 102 ba63c83f4716
parent 88 3321d3e205b6
--- a/taskswitcher/taskswitcherui/taskswitcherappecom/inc/tsappecom.h	Wed Sep 15 12:00:00 2010 +0300
+++ b/taskswitcher/taskswitcherui/taskswitcherappecom/inc/tsappecom.h	Wed Oct 13 14:18:30 2010 +0300
@@ -21,7 +21,6 @@
 
 #include <e32base.h>
 #include <akncapserveralternatefsplugin.h>
-#include <apgcli.h>
 
 /**
  * Taskswitcher ecom plugin which is loaded by AknCapServer as an alternate Fast 
@@ -103,28 +102,7 @@
      * Defines the P&S property.
      */
     void DefineTaskswitcherStateProperty();
-    
-    /**
-     * Checks if Task Switcher is running.
-     */
-    TBool IsTaskSwitcherStarted();
-    
-    /**
-     * Starts Task Switche app by calling StartTaskSwitcherL.
-     * 
-     * @return KErrNone if succesful or error code.
-     */
-    TInt StartTaskSwitcher();
-    
-    /**
-     * Starts Task Switche app.
-     * 
-     * @return KErrNone if succesful or error code.
-     */
-    TInt StartTaskSwitcherL();
-    
-private:
-    RApaLsSession iApaLsSession;
+
     };
     
 #endif // TSAPPECOM_H