fixed comment

This commit is contained in:
Jeff Hill
2001-10-12 22:45:22 +00:00
parent 7b568edc59
commit 928f3234f2

View File

@@ -264,7 +264,7 @@ void dbServiceIO::destroyAllIO ( dbChannelIO & chan )
}
while ( ( pIO = tmp.get() ) ) {
// This prevents a db event callback from coming
// through after the IO is deleted
// through after the notify IO is deleted
pIO->unsubscribe ();
// If they call ioCancel() here it will be ignored
// because the IO has been unregistered above.