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
+9 -8
View File
@@ -11,20 +11,21 @@
*/
#include "iocinf.h"
#include "nciu_IL.h"
baseNMIU::baseNMIU ( nciu &chanIn ) : chan (chanIn)
baseNMIU::baseNMIU ( nciu &chanIn ) : chan ( chanIn )
{
this->chan.installIO ( *this );
}
void baseNMIU::destroy ()
{
delete this;
chanIn.ioInstall ( *this );
}
baseNMIU::~baseNMIU ()
{
this->chan.uninstallIO ( *this );
// private NOOP forces pool allocation
}
void baseNMIU::destroy ()
{
this->chan.ioDestroy ( this->getId () );
}
int baseNMIU::subscriptionMsg ()