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 221 by tony, Mon Mar 19 09:48:37 2018 UTC vs.
Revision 263 by tony, Thu Dec 6 15:55:01 2018 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines