upgraded compiler specific macros

This commit is contained in:
Jeff Hill
2002-10-30 17:19:26 +00:00
parent f0b5bbf467
commit 0dce06f4cf
8 changed files with 51 additions and 52 deletions

View File

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