improved performance

This commit is contained in:
Jeff Hill
2000-11-08 03:52:18 +00:00
parent 2ded135da9
commit 4784b73a9f
39 changed files with 2480 additions and 2589 deletions

View File

@@ -86,7 +86,7 @@ int cacChannel::subscribe ( unsigned type, unsigned long count,
{
cacChannelIO *pIO = this->pChannelIO;
if ( pIO ) {
return pIO->subscribe (type, count, mask, notify);
return pIO->subscribe ( type, count, mask, notify );
}
else {
return ECA_DISCONNCHID;