From 813b3ec8711dbb693cfa1447585c1159bb673a3c Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Wed, 31 May 2000 21:41:44 +0000 Subject: [PATCH] attach to channel in the constructor --- src/ca/nciu.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/ca/nciu.cpp b/src/ca/nciu.cpp index 957dd9ae7..599df9f2b 100644 --- a/src/ca/nciu.cpp +++ b/src/ca/nciu.cpp @@ -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; -} \ No newline at end of file +}