added try/catch blocks so that we hopefully can bridge

periods where the new general time provides (unexpectedly
considering its advertised benfits) no time at all.
This commit is contained in:
Jeff Hill
2009-05-11 22:50:06 +00:00
parent 20bd4e9b23
commit 8d245ba595
5 changed files with 67 additions and 12 deletions

View File

@@ -156,6 +156,9 @@ private:
void run ();
void reschedule ();
double quantum ();
void _printLastChanceExceptionMessage (
const char * pExceptionTypeName,
const char * pExceptionContext );
epicsTimerQueue & getEpicsTimerQueue ();
timerQueueActive ( const timerQueueActive & );
timerQueueActive & operator = ( const timerQueueActive & );