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

Comparing ibx/trunk/fbintf/client/FBServices.pas (file contents):
Revision 344 by tony, Thu Feb 25 11:56:36 2021 UTC vs.
Revision 345 by tony, Mon Aug 23 14:22:29 2021 UTC

# Line 89 | Line 89 | type
89     function LookupItemType(ParamTypeName: AnsiString): byte; override;
90    public
91     constructor Create(api: TFBClientAPI);
92 <   function GetDPBParamTypeName(ParamType: byte): Ansistring;
92 >   function GetParamTypeName(ParamType: byte): Ansistring;
93 >   function ISPB.GetDPBParamTypeName = GetParamTypeName;
94    end;
95  
96   implementation
# Line 249 | Line 250 | begin
250    (FBuffer+1)^ := isc_spb_current_version;
251   end;
252  
253 < function TSPB.GetDPBParamTypeName(ParamType: byte): Ansistring;
253 > function TSPB.GetParamTypeName(ParamType: byte): Ansistring;
254   begin
255    Result := TSPBItem.LookupParamTypeName(ParamType);
256   end;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines