8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 15:23:02 +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
namespace Jrd {
class bid;
struct bid;
class ExternalFile;
}

View File

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