diff -r 85902f042028 -r a5e7a4f63858 classicui_plat/extended_status_pane_api/inc/aknsgcc.h --- a/classicui_plat/extended_status_pane_api/inc/aknsgcc.h Wed Sep 15 12:29:17 2010 +0300 +++ b/classicui_plat/extended_status_pane_api/inc/aknsgcc.h Wed Oct 13 14:50:15 2010 +0300 @@ -98,33 +98,8 @@ IMPORT_C static void MoveApp(TInt aAppWindowGroupId, TSgcMoveAppToWhere aWhere); IMPORT_C static void SetImpl(CAknSgcImpl* aImpl); - /** - * Relinquishes priority for the foreground application during layout - * switches and skin change events. During these events the process - * priorities are adjusted so that the priorities of the processes at the - * background are lowered so that the foreground process gets more CPU - * time in order to be able to quickly process the events. - * - * @internal Used internally by the UI Framework. - * - * @param aIsForeground @c ETrue if the application is currently on - * foreground, @c EFalse otherwise. - */ - static void RelinquishPriorityToForegroundAppLC( TBool aIsForeground ); - - /** - * Enables or disables the foreground process priority maintaining - * during priority relinquishment. With this enabled the application can - * be set to the foreground process priority even if it's actually - * on the background, to handle the events where priority relinquishment - * is used faster. - * - * @internal Used internally by the UI Framework. - * - * @param aUseForeground @c ETrue to maintain the foreground priority, - * @c EFalse otherwise. - */ - static void UseForegroundPriorityDuringRelinquish( TBool aUseForeground ); + // internal + static void RelinquishPriorityToForegroundAppLC(TBool aIsForeground); protected: CAknSgcClient();