Changeset 411 for trunk/Include/Classes
- Timestamp:
- Feb 23, 2008, 5:37:00 PM (17 years ago)
- Location:
- trunk/Include/Classes
- Files:
-
- 3 added
- 3 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) -
trunk/Include/Classes/System/Exception.ab
r391 r411 13 13 Const AB_E_NOTSUPPORTED = &h80041515 '80131515 14 14 Const AB_E_PLATFORMNOTSUPPORTED = &h80041539 '80131539 15 Const AB_E_KEYNOTFOUND = &h80041577 '80131577 15 16 16 17 End Namespace -
trunk/Include/Classes/index.ab
r403 r411 75 75 #require "./System/Security/AccessControl/misc.ab" 76 76 #require "./System/Text/StringBuilder.ab" 77 #require "./System/Text/Encoding.ab" 78 #require "./System/Text/UTF8Encoding.ab" 79 #require "./System/Text/DecoderFallback.ab" 77 80 #require "./System/Threading/Thread.ab" 78 81 #require "./System/Threading/WaitHandle.ab"
Note:
See TracChangeset
for help on using the changeset viewer.