many, many changes
This commit is contained in:
@@ -22,17 +22,18 @@ netReadNotifyIO::netReadNotifyIO ( nciu &chan, cacNotify ¬ifyIn ) :
|
||||
|
||||
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 ()
|
||||
|
||||
Reference in New Issue
Block a user