workaround for Solaris compiler bug

This commit is contained in:
Jeff Hill
2000-04-28 02:16:03 +00:00
parent d3dfd93151
commit d9bd2a3bdf
5 changed files with 17 additions and 5 deletions
+5
View File
@@ -70,3 +70,8 @@ const char *tcpRecvWatchdog::name () const
{
return "TCP Receive Watchdog";
}
void tcpRecvWatchdog::rescheduleRecvTimer ()
{
this->reschedule ();
}