Changeset 119 for Include/Classes/System/Threading/WaitHandle.ab
- Timestamp:
- Feb 23, 2007, 11:00:24 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Include/Classes/System/Threading/WaitHandle.ab
r77 r119 21 21 22 22 Virtual Sub ~WaitHandle() 23 Close ()23 CloseHandle(h) 24 24 End Sub 25 25 … … 70 70 ExitThread(0) 71 71 End If 72 Return AfterWait(pSignalAndWait(toSignal.Handle, toWaitOn.Handle, millisecondsTimeout As DWord), 1)72 Return WaitHandle.AfterWait(pSignalAndWait(toSignal.Handle, toWaitOn.Handle, millisecondsTimeout As DWord), 1) 73 73 End Function 74 74
Note:
See TracChangeset
for help on using the changeset viewer.