diff -r b01126ce0bec -r ba63c83f4716 taskswitcher/taskswitcherui/taskswitcherappecom/inc/tsappecom.h --- 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 #include -#include /** * 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