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

Comparing ibx/trunk/runtime/IBServices.pas (file contents):
Revision 138 by tony, Mon Jan 1 11:31:07 2018 UTC vs.
Revision 139 by tony, Wed Jan 24 16:16:29 2018 UTC

# Line 52 | Line 52 | uses
52   {$ELSE}
53    unix,
54   {$ENDIF}
55 <  SysUtils, Classes, IBHeader, IB, IBExternals, CustApp, IBTypes, IBSQL;
55 >  SysUtils, Classes, IB, IBExternals, CustApp, IBTypes;
56  
57   const
58    DefaultBufferSize = 32000;
# Line 525 | Line 525 | type
525   implementation
526  
527   uses
528 <  IBSQLMonitor, Math, FBMessages;
528 >  IBSQLMonitor, FBMessages;
529  
530   { TIBBackupRestoreService }
531  
# Line 1564 | Line 1564 | procedure TIBValidationService.FetchLimb
1564  
1565   var
1566    i,j, k: Integer;
1567  Value: Char;
1567   begin
1568    for i := 0 to High(FLimboTransactionInfo) do
1569      FLimboTransactionInfo[i].Free;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines