Ignore:
Timestamp:
Feb 4, 2024, 2:14:37 PM (4 months ago)
Author:
chronos
Message:
  • Modified: Update Common package.
  • Added: Project group.
  • Modified: Assign ModuleUser to modules which use it in later time.
File:
1 moved

Legend:

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

    r148 r149  
    1 unit UResetableThread;
     1unit ResetableThread;
    22
    33interface
    44
    55uses
    6   Classes, SysUtils, syncobjs, UThreading, UPool;
     6  Classes, SysUtils, syncobjs, Threading, Pool;
    77
    88type
     
    295295
    296296end.
    297 
Note: See TracChangeset for help on using the changeset viewer.