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

Comparing ibx/trunk/fbintf/client/2.5/FB25ClientAPI.pas (file contents):
Revision 263 by tony, Thu Dec 6 15:55:01 2018 UTC vs.
Revision 266 by tony, Wed Dec 26 18:34:32 2018 UTC

# Line 165 | Line 165 | type
165      isc_array_get_slice: Tisc_array_get_slice;
166      isc_array_put_slice: Tisc_array_put_slice;
167      isc_prepare_transaction: Tisc_prepare_transaction;
168 +    isc_version: Tisc_Version;
169  
170    public
171      {Helper Functions}
# Line 384 | Line 385 | begin
385    isc_array_get_slice := GetProcAddr('isc_array_get_slice'); {do not localize}
386    isc_array_put_slice := GetProcAddr('isc_array_put_slice'); {do not localize}
387    isc_prepare_transaction  := GetProcAddr('isc_prepare_transaction'); {do not localize}
388 +  isc_version  := GetProcAddr('isc_version'); {do not localize}
389  
390    FIBServiceAPIPresent := true;
391    isc_rollback_retaining := GetProcAddress(FFBLibrary.IBLibrary, 'isc_rollback_retaining'); {do not localize}

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines