* dtable.h (not_open): Assure inline.

* fhandler.h (operator []): Make const.
* sync.cc (muto::~muto): Fix typo which stopped muto event handle from ever
being closed.
This commit is contained in:
Christopher Faylor
2001-09-17 03:05:05 +00:00
parent 0aca521ab8
commit 60136eb0b2
4 changed files with 14 additions and 4 deletions

View File

@@ -47,7 +47,7 @@ muto::~muto ()
release ();
HANDLE h = bruteforce;
h = NULL;
bruteforce = NULL;
/* Just need to close the event handle */
if (h)
CloseHandle (h);