photosgallery/viewframework/views/cloudview/src/glxbubbletimer.cpp
branchRCL_3
changeset 18 bcb43dc84c44
parent 0 4e91876724a2
child 32 78ad99c24f08
equal deleted inserted replaced
14:ce1c7ad1f18b 18:bcb43dc84c44
    31 //
    31 //
    32 
    32 
    33 CGlxBubbleTimer::~CGlxBubbleTimer()
    33 CGlxBubbleTimer::~CGlxBubbleTimer()
    34 	{
    34 	{
    35 	TRACER("GLX_CLOUD::CGlxBubbleTimer::~CGlxBubbleTimer");
    35 	TRACER("GLX_CLOUD::CGlxBubbleTimer::~CGlxBubbleTimer");
    36 	//if (iTimer)	
       
    37 	//	{
       
    38 	//iTimer.Cancel ();
       
    39 	iTimer.Close ();
    36 	iTimer.Close ();
    40 	//}
       
    41 	if ( iNotifier)
    37 	if ( iNotifier)
    42 		{
    38 		{
    43 		iNotifier =NULL;
    39 		iNotifier =NULL;
    44 		}
    40 		}
    45 	}
    41 	}