fixed sun pro warnings

This commit is contained in:
Jeff Hill
2001-04-17 00:44:59 +00:00
parent 76560ce7c3
commit a8a86993e3
11 changed files with 28 additions and 28 deletions

View File

@@ -323,14 +323,14 @@ void nciu::subscribe ( unsigned type, unsigned long nElem,
}
}
void nciu::ioCancel ( const ioid &id )
void nciu::ioCancel ( const ioid &idIn )
{
this->cacCtx.ioCancel ( *this, id );
this->cacCtx.ioCancel ( *this, idIn );
}
void nciu::ioShow ( const ioid &id, unsigned level ) const
void nciu::ioShow ( const ioid &idIn, unsigned level ) const
{
this->cacCtx.ioShow ( id, level );
this->cacCtx.ioShow ( idIn, level );
}
void nciu::initiateConnect ()