improved IIU shutdown seq for IO

This commit is contained in:
Jeff Hill
2001-01-25 02:14:59 +00:00
parent c50d84e50d
commit 1cfca09aa1
12 changed files with 104 additions and 95 deletions

View File

@@ -25,9 +25,9 @@ netWriteNotifyIO::~netWriteNotifyIO ()
// private NOOP forces pool allocation
}
void netWriteNotifyIO::destroy ()
void netWriteNotifyIO::uninstall ()
{
this->baseNMIU::destroy ();
this->chan.getPIIU ()->uninstallIO ( *this );
}
void netWriteNotifyIO::completionNotify ()