camerauis/cameraxui/cxui/inc/cxuiapplicationframeworkmonitor.h
changeset 58 ddba9caa7f32
parent 40 2922f70fca82
--- a/camerauis/cameraxui/cxui/inc/cxuiapplicationframeworkmonitor.h	Fri Sep 03 11:00:58 2010 +0300
+++ b/camerauis/cameraxui/cxui/inc/cxuiapplicationframeworkmonitor.h	Fri Sep 17 16:35:28 2010 +0300
@@ -1,5 +1,5 @@
 /*
-* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* Copyright (c) 2009-2010 Nokia Corporation and/or its subsidiary(-ies).
 * All rights reserved.
 * This component and the accompanying materials are made available
 * under the terms of "Eclipse Public License v1.0"
@@ -71,7 +71,12 @@
     * Otherwise mass memory mode was deactivated, and mass memory is again accessible.
     */
     void usbMassMemoryModeToggled(bool active);
-
+    
+    /*!
+    * Signal when task switcher state changes.
+    * @param foreground If true, task switcher is in foreground. Otherwise it has moved to background. 
+    */
+    void taskSwitcherStateChanged(bool foreground);
 
 private:
     CxuiApplicationFrameworkMonitorPrivate *p;