Ignore:
Timestamp:
Apr 8, 2022, 9:19:27 PM (2 years ago)
Author:
chronos
Message:
  • Modified: Removed explicit Delphi directive.
  • Fixed: Added mising UTestCase file.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Packages/Common/UThreading.pas

    r22 r127  
    11unit UThreading;
    2 
    3 {$mode delphi}
    42
    53interface
     
    119  TExceptionEvent = procedure (Sender: TObject; E: Exception) of object;
    1210  TMethodCall = procedure of object;
    13 
    1411
    1512  { TVirtualThread }
Note: See TracChangeset for help on using the changeset viewer.