- Timestamp:
- Feb 23, 2008, 5:37:00 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Include/Classes/ActiveBasic/Windows/CriticalSection.ab
r337 r411 9 9 10 10 Class CriticalSection 11 ' Inherits System.IDisposable11 Implements System.IDisposable 12 12 Public 13 13 Sub CriticalSection() … … 20 20 End Sub 21 21 22 /*Override*/Sub Dispose()22 Sub Dispose() 23 23 If InterlockedIncrement(disposed) = 0 Then 24 24 DeleteCriticalSection(cs)
Note:
See TracChangeset
for help on using the changeset viewer.