removed disconnect virtual func

This commit is contained in:
Jeff Hill
2000-11-30 17:10:32 +00:00
parent f3497249b8
commit 78d1474884
3 changed files with 1 additions and 19 deletions

View File

@@ -30,12 +30,6 @@ void netWriteNotifyIO::destroy ()
this->baseNMIU::destroy ();
}
void netWriteNotifyIO::disconnect ( const char *pHostName )
{
this->exceptionNotify (ECA_DISCONN, pHostName);
this->baseNMIU::destroy ();
}
void netWriteNotifyIO::completionNotify ()
{
this->cacNotifyIO::completionNotify ();