Changeset 411 for trunk/Include/Classes


Ignore:
Timestamp:
Feb 23, 2008, 5:37:00 PM (16 years ago)
Author:
イグトランス (egtra)
Message:

UTF8Encoding(仮)の追加

Location:
trunk/Include/Classes
Files:
3 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Include/Classes/ActiveBasic/Windows/CriticalSection.ab

    r337 r411  
    99
    1010Class CriticalSection
    11 '   Inherits System.IDisposable
     11    Implements System.IDisposable
    1212Public
    1313    Sub CriticalSection()
     
    2020    End Sub
    2121
    22     /*Override*/ Sub Dispose()
     22    Sub Dispose()
    2323        If InterlockedIncrement(disposed) = 0 Then
    2424            DeleteCriticalSection(cs)
  • trunk/Include/Classes/System/Exception.ab

    r391 r411  
    1313Const AB_E_NOTSUPPORTED = &h80041515 '80131515
    1414Const AB_E_PLATFORMNOTSUPPORTED = &h80041539 '80131539
     15Const AB_E_KEYNOTFOUND = &h80041577 '80131577
    1516
    1617End Namespace
  • trunk/Include/Classes/index.ab

    r403 r411  
    7575#require "./System/Security/AccessControl/misc.ab"
    7676#require "./System/Text/StringBuilder.ab"
     77#require "./System/Text/Encoding.ab"
     78#require "./System/Text/UTF8Encoding.ab"
     79#require "./System/Text/DecoderFallback.ab"
    7780#require "./System/Threading/Thread.ab"
    7881#require "./System/Threading/WaitHandle.ab"
Note: See TracChangeset for help on using the changeset viewer.