From 019bda28277c47a560be5a8566cdfc4188dab697 Mon Sep 17 00:00:00 2001 From: alexpeshkoff Date: Wed, 31 Mar 2004 17:58:04 +0000 Subject: [PATCH] reverted class bid back to struct - thanks to Claudio --- src/jrd/ext_proto.h | 2 +- src/jrd/jrd_proto.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/jrd/ext_proto.h b/src/jrd/ext_proto.h index d5d8daf013..633b86d459 100644 --- a/src/jrd/ext_proto.h +++ b/src/jrd/ext_proto.h @@ -25,7 +25,7 @@ #define JRD_EXT_PROTO_H namespace Jrd { - class bid; + struct bid; class ExternalFile; } diff --git a/src/jrd/jrd_proto.h b/src/jrd/jrd_proto.h index 5b56960919..f148078968 100644 --- a/src/jrd/jrd_proto.h +++ b/src/jrd/jrd_proto.h @@ -50,7 +50,7 @@ namespace Jrd { class Attachment; class jrd_tra; class blb; - class bid; + struct bid; class jrd_req; class Service; class BlockingThread;