clarify entry

This commit is contained in:
Christopher Faylor 2011-12-19 00:15:24 +00:00
parent 6e6193cd23
commit 9d69c75f6e
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@
(fhandler_base::close): Simplify paranoid debugging output. Set new
isclosed() flag.
(fhandler_base_overlapped::wait_overlapped): Use isclosed() flag to
avoid querying the exception handle.
avoid querying the overlapped structure.
* fhandler.h (fhandler_base::_refcnt): New field.
(fhandler_base::refcnt): New function.
(fhandler_base::isclosed): Implement.