added cancel method

This commit is contained in:
Jeff Hill
2000-09-14 00:21:43 +00:00
parent 226fc86ce5
commit fbb50928ce

View File

@@ -100,6 +100,11 @@ const char *tcpRecvWatchdog::name () const
return "TCP Receive Watchdog";
}
void tcpRecvWatchdog::cancelRecvWatchdog ()
{
this->cancel ();
}
void tcpRecvWatchdog::show ( unsigned level ) const
{
printf ( "Receive virtual circuit watchdog at %p, period %s\n",