Changeset 258 for Common/UThreading.pas
- Timestamp:
- Jul 26, 2011, 1:05:39 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Common/UThreading.pas
r246 r258 321 321 on E: Exception do 322 322 if Assigned(OnException) then 323 OnException( Self, E);323 OnException(FThread, E); 324 324 end; 325 325 end;
Note:
See TracChangeset
for help on using the changeset viewer.