ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/branches/udr/client/IBErrorCodes.pas
Revision: 362
Committed: Tue Dec 7 13:27:39 2021 UTC (2 years, 11 months ago) by tony
Content type: text/x-pascal
Original Path: ibx/branches/journaling/fbintf/IBErrorCodes.pas
File size: 81 byte(s)
Log Message:
initiate test release

File Contents

# User Rev Content
1 tony 45 unit IBErrorCodes;
2    
3     interface
4    
5 tony 315 {$I 'include/iberror.inc'}
6 tony 45
7     implementation
8    
9 tony 315
10 tony 45 end.