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 220 by tony, Fri Mar 16 10:27:26 2018 UTC vs.
Revision 221 by tony, Mon Mar 19 09:48:37 2018 UTC

# Line 574 | Line 574 | end;
574   procedure TIBSQLMonitorHook.SetEnabled(const Value: Boolean);
575   begin
576    if Value and not IsMultiThread then
577 <    IBError(ibxMultiThreadRequired,['IBSQLMonitor']);
577 >    IBError(ibxeMultiThreadRequired,['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