photosgallery/viewframework/views/cloudview/src/glxcontainerinfobubble.cpp
branchRCL_3
changeset 32 78ad99c24f08
parent 18 bcb43dc84c44
equal deleted inserted replaced
30:a60acebbbd9d 32:78ad99c24f08
   339     return EFalse;
   339     return EFalse;
   340     }
   340     }
   341     
   341     
   342         	
   342         	
   343 // ---------------------------------------------------------------------------
   343 // ---------------------------------------------------------------------------
   344 // TimerComplete()
   344 // TimerCompleteL()
   345 // ---------------------------------------------------------------------------
   345 // ---------------------------------------------------------------------------
   346 //
   346 //
   347 void CGlxContainerInfoBubble::TimerComplete()
   347 void CGlxContainerInfoBubble::TimerCompleteL()
   348 	{
   348 	{
   349 	TRACER("GLX_CLOUD::CGlxContainerInfoBubble::TimerComplete");
   349 	TRACER("GLX_CLOUD::CGlxContainerInfoBubble::TimerCompleteL");
   350 	iTimerComplete =ETrue;
   350 	iTimerComplete =ETrue;
   351 	TRAP_IGNORE (ShowNowL ());
   351 	TRAP_IGNORE (ShowNowL ());
   352 	}
   352 	}
   353 
   353 
   354 // ---------------------------------------------------------------------------
   354 // ---------------------------------------------------------------------------