Searched refs:aShutdownTimer (Results 1 – 2 of 2) sorted by relevance
172 aShutdownTimer.SetTimeout( 30000 ); // Should be 30 Seconds in WaitForShutdown()173 aShutdownTimer.SetTimeoutHdl( LINK( this, CommunicationLinkViaSocket, ShutdownLink ) ); in WaitForShutdown()174 aShutdownTimer.Start(); in WaitForShutdown()179 while ( pMyManager && aShutdownTimer.IsActive() ) in WaitForShutdown()
106 Timer aShutdownTimer; member in CommunicationLinkViaSocket
Completed in 21 milliseconds