photosgallery/viewframework/views/cloudview/src/glxbubbletimer.cpp
branchRCL_3
changeset 32 78ad99c24f08
parent 18 bcb43dc84c44
equal deleted inserted replaced
30:a60acebbbd9d 32:78ad99c24f08
   101 // ---------------------------------------------------------------------------
   101 // ---------------------------------------------------------------------------
   102 //
   102 //
   103 void CGlxBubbleTimer::RunL()
   103 void CGlxBubbleTimer::RunL()
   104 	{
   104 	{
   105 	TRACER("GLX_CLOUD::CGlxBubbleTimer::RunL");
   105 	TRACER("GLX_CLOUD::CGlxBubbleTimer::RunL");
   106 	iNotifier->TimerComplete (); //notify that timer is over
   106 	iNotifier->TimerCompleteL(); //notify that timer is over
   107 	}
   107 	}
   108 
   108 
   109 // ---------------------------------------------------------------------------
   109 // ---------------------------------------------------------------------------
   110 // DoCancel()
   110 // DoCancel()
   111 // ---------------------------------------------------------------------------
   111 // ---------------------------------------------------------------------------