attach to channel in the constructor

This commit is contained in:
Jeff Hill
2000-05-31 21:41:44 +00:00
parent 8de1ecea53
commit 813b3ec871

View File

@@ -61,6 +61,8 @@ nciu::nciu (cac *pcac, cacChannel &chan, const char *pNameIn) :
this->f_fullyConstructed = true;
chan.attachIO (*this);
UNLOCK (pcac);
}
@@ -895,4 +897,4 @@ int nciu::subscriptionMsg ( unsigned subscriptionId, unsigned typeIn,
UNLOCK ( this->piiu->pcas );
return status;
}
}