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

Comparing:
ibx/branches/udr/FBClientLib.pas (file contents), Revision 370 by tony, Wed Jan 5 14:59:15 2022 UTC vs.
ibx/branches/udr/client/FBClientLib.pas (file contents), Revision 371 by tony, Wed Jan 5 15:21:22 2022 UTC

# Line 60 | Line 60 | type
60    begin
61     ..
62       if FirebirdAPI.HasMasterIntf and (FirebirdAPI.QueryInterface(IFBIMasterProvider,MasterProvider) = S_OK) then
63 <     with MasterProvider.GetIMaster.getConfigManager do
63 >     with MasterProvider.GetIMasterIntf.getConfigManager do
64       begin
65         writeln('Firebird Bin Directory = ', getDirectory(DIR_BIN));
66         writeln('Firebird Conf Directory = ', getDirectory(DIR_CONF));

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines