--- a/camerauis/cameraapp/generic/inc/CamSettingsModel.h Tue May 11 15:56:11 2010 +0300
+++ b/camerauis/cameraapp/generic/inc/CamSettingsModel.h Tue May 25 12:22:04 2010 +0300
@@ -88,6 +88,28 @@
* @return None
*/
void StoreFaceTrackingValue();
+
+
+ /**
+ * Returns the face tracking state as it was before the latest scene mode change
+ */
+ TCamSettingsOnOff GetPreviousFaceTrack();
+
+ /**
+ * Sets the face tracking state as it was before the latest scene mode change
+ */
+ void SetPreviousFaceTrack( TCamSettingsOnOff aPreviousFaceTrack );
+
+ /**
+ * Returns the scene mode that was in use before the current scene mode was selected
+ */
+ TCamSceneId GetPreviousSceneMode();
+
+ /**
+ * Sets the scene mode that was in use before the current scene mode was selected
+ */
+ void SetPreviousSceneMode( TCamSceneId aPreviousSceneMode );
+
// -------------------------------------------------------------------------
// From base class MCamSettingsModel