Changeset 563 for Common/Pool.pas


Ignore:
Timestamp:
May 29, 2023, 8:23:09 PM (12 months ago)
Author:
chronos
Message:
  • Modified: Removed U prefix from all Common package units.
File:
1 moved

Legend:

Unmodified
Added
Removed
  • Common/Pool.pas

    r562 r563  
    1 unit UPool;
     1unit Pool;
    22
    33interface
    44
    55uses
    6   Classes, SysUtils, syncobjs, Generics.Collections, UThreading;
     6  Classes, SysUtils, syncobjs, Generics.Collections, Threading;
    77
    88type
Note: See TracChangeset for help on using the changeset viewer.