diff -r 53c8aa5d97a3 -r 8f559c47d7fd camerauis/cameraapp/generic/common/inc/mcamsettingsmodel.h --- a/camerauis/cameraapp/generic/common/inc/mcamsettingsmodel.h Tue May 25 12:22:04 2010 +0300 +++ b/camerauis/cameraapp/generic/common/inc/mcamsettingsmodel.h Wed Jun 09 09:21:41 2010 +0300 @@ -312,6 +312,19 @@ virtual void SetPreviousSceneMode( TCamSceneId aPreviousSceneMode ) = 0; /** + * Sets user scene setting to default + */ + virtual void SetUserSceneDefault() = 0; + + /** + * Handles a change in the value for the photo scene setting. + * That is, it updates the rest of the photo dynamic setings. + * @param the new scene value. + * @since 2.8 + */ + virtual void PhotoSceneHasChangedL( TInt aSettingValue ) = 0; + + /** * Store UserScene settings * @since 5.1 */