uifw/AvKon/src/AknBitmapAnimation.cpp
branchRCL_3
changeset 72 a5e7a4f63858
parent 56 d48ab3b357f1
equal deleted inserted replaced
64:85902f042028 72:a5e7a4f63858
   555 
   555 
   556 #ifdef RD_UI_TRANSITION_EFFECTS_POPUPS
   556 #ifdef RD_UI_TRANSITION_EFFECTS_POPUPS
   557 LOCAL_C TInt WaitForUiEffect(TAny* aArg)
   557 LOCAL_C TInt WaitForUiEffect(TAny* aArg)
   558 	{
   558 	{
   559 	CAknBitmapAnimation* self = (CAknBitmapAnimation*)aArg;
   559 	CAknBitmapAnimation* self = (CAknBitmapAnimation*)aArg;
   560 	TRAP_IGNORE(self->StartAnimationL());
   560 	self->StartAnimationL();
   561 	return EFalse;
   561 	return EFalse;
   562 	}
   562 	}
   563 #endif
   563 #endif
   564 
   564 
   565 //
   565 //