removed exception specifications

This commit is contained in:
Jeff Hill
2003-02-12 19:03:59 +00:00
parent 648557b72c
commit 234c515b05
8 changed files with 37 additions and 52 deletions

View File

@@ -35,7 +35,7 @@ template class tsFreeList < timer, 0x20 >;
# pragma warning ( pop )
#endif
timer::timer ( timerQueue & queueIn ) epicsThrows (()):
timer::timer ( timerQueue & queueIn ) :
queue ( queueIn ), curState ( stateLimbo ), pNotify ( 0 )
{
}