many, many changes

This commit is contained in:
Jeff Hill
2000-08-25 01:52:33 +00:00
parent 0bf430d822
commit f830e99e58
58 changed files with 6266 additions and 4410 deletions

View File

@@ -22,17 +22,18 @@ netWriteNotifyIO::netWriteNotifyIO (nciu &chan, cacNotify &notifyIn) :
netWriteNotifyIO::~netWriteNotifyIO ()
{
// private NOOP forces pool allocation
}
void netWriteNotifyIO::destroy ()
{
delete this;
this->baseNMIU::destroy ();
}
void netWriteNotifyIO::disconnect ( const char *pHostName )
{
this->exceptionNotify (ECA_DISCONN, pHostName);
delete this;
this->baseNMIU::destroy ();
}
void netWriteNotifyIO::completionNotify ()