8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 22:03:03 +01:00

reverted class bid back to struct - thanks to Claudio

This commit is contained in:
alexpeshkoff 2004-03-31 17:58:04 +00:00
parent 387d9a5e82
commit 019bda2827
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@
#define JRD_EXT_PROTO_H #define JRD_EXT_PROTO_H
namespace Jrd { namespace Jrd {
class bid; struct bid;
class ExternalFile; class ExternalFile;
} }

View File

@ -50,7 +50,7 @@ namespace Jrd {
class Attachment; class Attachment;
class jrd_tra; class jrd_tra;
class blb; class blb;
class bid; struct bid;
class jrd_req; class jrd_req;
class Service; class Service;
class BlockingThread; class BlockingThread;