fixed gcc 3.4 issue
This commit is contained in:
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user