Changeset 560 for Common/UPool.pas
- Timestamp:
- Sep 10, 2022, 11:35:01 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Common/UPool.pas
r558 r560 106 106 constructor TThreadedPool.Create; 107 107 begin 108 inherited Create;108 inherited; 109 109 Lock := TCriticalSection.Create; 110 110 end; … … 114 114 TotalCount := 0; 115 115 Lock.Free; 116 inherited Destroy;116 inherited; 117 117 end; 118 118
Note:
See TracChangeset
for help on using the changeset viewer.