fixed gcc 3.4 issue

This commit is contained in:
Jeff Hill
2004-06-28 16:18:19 +00:00
parent 400c482bb2
commit d254a52c4d
2 changed files with 7 additions and 2 deletions
+4
View File
@@ -290,6 +290,10 @@ bool udpRecvThread::exitWait ( double delay )
return this->thread.exitWait ( delay );
}
void udpRecvThread::show ( unsigned /* level */ ) const
{
}
void udpRecvThread::run ()
{
epicsThreadPrivateSet ( caClientCallbackThreadId, &this->iiu );