diff -r 3a60ebea00d0 -r cd0ae4656946 uiaccelerator_plat/alf_visual_api/inc/alf/alftimedvalue.h --- a/uiaccelerator_plat/alf_visual_api/inc/alf/alftimedvalue.h Wed Jun 09 10:41:25 2010 +0300 +++ b/uiaccelerator_plat/alf_visual_api/inc/alf/alftimedvalue.h Mon Jun 21 16:41:52 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.