use iter.valid() and not iter.eol() (cosmetic)
This commit is contained in:
@@ -36,7 +36,7 @@ cacLocalChannelIO * cacServiceList::createChannelIO (const char *pName, cacChann
|
||||
|
||||
this->lock ();
|
||||
tsDLIterBD <cacServiceIO> iter ( this->services.first () );
|
||||
while ( iter != iter.eol () ) {
|
||||
while ( iter.valid () ) {
|
||||
pChanIO = iter->createChannelIO ( chan, pName );
|
||||
if ( pChanIO ) {
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user