photosgallery/slideshow/engine/controlsrc/shweffectcontrol.cpp
branchRCL_3
changeset 25 191387a8b767
parent 18 bcb43dc84c44
child 35 420f6808bf21
equal deleted inserted replaced
22:2dac0fdba72b 25:191387a8b767
   583     // (the image is already there)
   583     // (the image is already there)
   584     TShwEventReadyToView readyToView;
   584     TShwEventReadyToView readyToView;
   585     SendEventL( &readyToView );
   585     SendEventL( &readyToView );
   586 
   586 
   587     // need to start timer to send the transition ready
   587     // need to start timer to send the transition ready
   588     iTransitionTimer->Start(
   588     iTransitionTimer->Start(duration, duration, TShwCallBack<
   589         duration, duration, 
   589             CShwEffectControl, &CShwEffectControl::SendTransitionReadyL> (
   590         TShwCallBack< CShwEffectControl, SendTransitionReadyL >( this ) );
   590             this));
   591     }
   591     }
   592 
   592 
   593 // -----------------------------------------------------------------------------
   593 // -----------------------------------------------------------------------------
   594 // HandlePauseEventL.
   594 // HandlePauseEventL.
   595 // -----------------------------------------------------------------------------
   595 // -----------------------------------------------------------------------------