Changeset 568


Ignore:
Timestamp:
Jul 26, 2008, 7:28:04 AM (16 years ago)
Author:
dai
Message:

不適切なByRef指定を除去

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ab5.0/ablib/src/Classes/System/IO/Stream.ab

    r468 r568  
    5555        Dispose(True)
    5656    End Sub
    57     Virtual Function EndRead(ByRef asyncResult As System.IAsyncResult) As Long
     57    Virtual Function EndRead(asyncResult As System.IAsyncResult) As Long
    5858    End Function
    59     Virtual Sub EndWrite(ByRef asyncResult As System.IAsyncResult)
     59    Virtual Sub EndWrite(asyncResult As System.IAsyncResult)
    6060    End Sub
    6161    Abstract Sub Flush()
Note: See TracChangeset for help on using the changeset viewer.