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

Comparing ibx/trunk/fbintf/client/FBActivityMonitor.pas (file contents):
Revision 314 by tony, Thu Dec 6 15:55:01 2018 UTC vs.
Revision 315 by tony, Thu Feb 25 11:56:36 2021 UTC

# Line 37 | Line 37 | unit FBActivityMonitor;
37   interface
38  
39   uses
40 <  Classes, SysUtils, IBExternals, IB;
40 >  Classes, SysUtils, IBExternals;
41  
42    { $DEFINE DEBUGINTERFACES}   {Define this to check that all interfaces are
43                                  being destroyed.}
# Line 91 | Line 91 | type
91     reports.}
92  
93    IActivityMonitor = interface
94 +    ['{8261840a-741b-4c1c-94ea-c5c66ba72f22}']
95      procedure AddObject(obj: TInterfacedObject);
96      procedure Remove(intf: TInterfacedObject);
97      procedure SignalActivity;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines