photosgallery/slideshow/view/src/shwslideshowvolumecontrol.cpp
branchRCL_3
changeset 25 191387a8b767
parent 18 bcb43dc84c44
child 57 ea65f74e6de4
equal deleted inserted replaced
22:2dac0fdba72b 25:191387a8b767
   229 	    {
   229 	    {
   230 	    if ( iTimer )
   230 	    if ( iTimer )
   231 	        {
   231 	        {
   232 	        // Restart the timer
   232 	        // Restart the timer
   233 	        iTimer->Cancel();
   233 	        iTimer->Cancel();
   234 	        iTimer->Start( iInterval, iInterval,
   234 	        iTimer->Start(iInterval, iInterval, TShwCallBack< 
   235 	                TShwCallBack< CShwSlideshowVolumeControl, TimerCallback>
   235 	                CShwSlideshowVolumeControl, 
   236 	        ( this ) );
   236 	                &CShwSlideshowVolumeControl::TimerCallback> (this));
   237 	        }
   237 	        }
   238 	    }
   238 	    }
   239 	}
   239 	}
   240 	
   240 	
   241 // ---------------------------------------------------------------------------
   241 // ---------------------------------------------------------------------------