ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/trunk/runtime/nongui/IBSQLMonitor.pas
(Generate patch)

Comparing ibx/trunk/runtime/nongui/IBSQLMonitor.pas (file contents):
Revision 216 by tony, Thu Mar 15 17:21:13 2018 UTC vs.
Revision 217 by tony, Fri Mar 16 10:27:26 2018 UTC

# Line 573 | Line 573 | end;
573  
574   procedure TIBSQLMonitorHook.SetEnabled(const Value: Boolean);
575   begin
576 +  if Value and not IsMultiThread then
577 +    IBError(ibxMultiThreadRequired,['IBSQLMonitor']);
578    if FEnabled <> Value then
579      FEnabled := Value;
580    if (not FEnabled) and (Assigned(FWriterThread)) then

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines