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 @@ netReadNotifyIO::netReadNotifyIO ( nciu &chan, cacNotify &notifyIn ) :
netReadNotifyIO::~netReadNotifyIO ()
{
// private NOOP forces pool allocation
}
void netReadNotifyIO::destroy ()
{
delete this;
this->baseNMIU::destroy ();
}
void netReadNotifyIO::disconnect ( const char *pHostName )
{
this->cacNotifyIO::exceptionNotify ( ECA_DISCONN, pHostName );
delete this;
this->baseNMIU::destroy ();
}
void netReadNotifyIO::completionNotify ()