write request now goes directly to iiu

This commit is contained in:
Jeff Hill
2006-11-18 00:41:56 +00:00
parent d2404e93a5
commit 7b461161fc
+1 -2
View File
@@ -345,8 +345,7 @@ void nciu::write (
if ( type == DBR_STRING ) {
nciu::stringVerify ( (char *) pValue, countIn );
}
this->cacCtx.writeRequest ( guard, *this, type, countIn, pValue );
this->piiu->writeRequest ( guard, *this, type, countIn, pValue );
}
cacChannel::ioStatus nciu::write (