Skip to content

Commit

Permalink
AOD-4222 Removed BoldSystemBroadcastMemberEvents
Browse files Browse the repository at this point in the history
  • Loading branch information
bero committed Dec 6, 2024
1 parent 84b624c commit 292c79c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Source/BoldSubscription.pas
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,7 @@ interface

bqMaxSubscription = bqMinQuery + 6;

{$IFDEF BoldSystemBroadcastMemberEvents}
beBroadcastMemberEvents = beValueEvents + [beCompleteModify] + beDirtyListEvents;
{$ENDIF}

{ Subscription Statistics }
var
Expand Down Expand Up @@ -181,7 +179,7 @@ TBoldPublisherReference = record
public
Publisher: TBoldPublisher;
Index: integer; // index in the publishers subscriptionarray
end;
end;

TBoldPublisherReferenceArray = array of TBoldPublisherReference;

Expand Down Expand Up @@ -311,7 +309,6 @@ TBoldSubscribableObject = class(TBoldFlaggedObject)
function GetDebugInfo: string; override;
procedure FreePublisher;
function GetContextString: string; virtual;
property HasSubscribers: Boolean read GetHasSubscribers;
property Publisher: TBoldPublisher read GetPublisher;
public
destructor Destroy; override;
Expand All @@ -322,6 +319,7 @@ TBoldSubscribableObject = class(TBoldFlaggedObject)
function SendQuery(OriginalEvent: TBoldEvent; const Args: array of const; Subscriber: TBoldSubscriber; Originator: TObject = nil): Boolean; virtual;
property ContextString: string read GetContextString;
property SubscriptionsAsText: string read GetSubscriptionsAsText;
property HasSubscribers: Boolean read GetHasSubscribers;
end;

{---TBoldSubscribableComponent---}
Expand Down

0 comments on commit 292c79c

Please sign in to comment.