diff -r 920e03da86f0 -r 1b6909418757 uiaccelerator_plat/alf_visual_api/inc/alf/alftimedvalue.h --- a/uiaccelerator_plat/alf_visual_api/inc/alf/alftimedvalue.h Wed May 26 16:47:36 2010 +0300 +++ b/uiaccelerator_plat/alf_visual_api/inc/alf/alftimedvalue.h Tue Jun 08 13:16:48 2010 +0300 @@ -159,7 +159,7 @@ * * @param aValueNow New currentvalue. */ - IMPORT_C void SetValueNow(const TReal32& aValueNow); + IMPORT_C void SetValueNow(const TReal32& aValueNow) __SOFTFP; /** * Gets current value. @@ -175,7 +175,7 @@ * @param aValue New target value. * @param aTime Time duration after the target value will be in effect. Transition duration in milliseconds. */ - IMPORT_C void SetTarget(const TReal32& aTarget, TInt aTime); + IMPORT_C void SetTarget(const TReal32& aTarget, TInt aTime) __SOFTFP; /** * Sets a new target value. The transition time depends on the speed.