clock2/clockui/adtupdater/inc/adtupdaterappui.h
branchRCL_3
changeset 86 ed599363c2d7
parent 78 356f28cd5ca0
--- a/clock2/clockui/adtupdater/inc/adtupdaterappui.h	Wed Sep 15 12:11:35 2010 +0300
+++ b/clock2/clockui/adtupdater/inc/adtupdaterappui.h	Wed Oct 13 14:30:35 2010 +0300
@@ -69,17 +69,10 @@
 		void ToggleAppViewL( TBool aForeground );
 		
 		/**
-		 * @brief Checks whether adtupdater app is in background by window group id
+		 * @brief Checks whether app is in background by window group id
 		 * @return ETrue if the application is in background and EFalse if it is in foreground.
-		 */
+		 */ 
 		TBool IsAppInBackground();
-		
-		/**
-		 * @brief Checks whether any high priority window like call is active.
-		 * @return ETrue if the high priority window is active and EFalse otherwise.
-		 */
-		TBool IsHighPriorityWindowActive();
-		
 		/**
 		* @brief Hides the status pane of the application.
 		* @param aHide ETrue if status pane has to be hidden.
@@ -100,13 +93,9 @@
 		* @brief The container object.
 		*/
 		CAdtUpdaterContainer*			iContainer;
-	
 	private:
+		 // the id of the application's window group
 		 
-		/**
-		 * @var iAdtWgId
-		 * @brief The id of the application's window group.
-		 */
 		TInt iAdtWgId;
 
 	};