Skip to content

Commit

Permalink
Add back _callDelegatesWithBlock to avoid conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
jtung-apple committed Aug 20, 2024
1 parent 69a8eb9 commit 4271f9d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/darwin/Framework/CHIP/MTRDevice_Internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ MTR_TESTABLE
// false-positives, for example due to compressed fabric id collisions.
- (void)nodeMayBeAdvertisingOperational;

- (BOOL)_callDelegatesWithBlock:(void (^)(id<MTRDeviceDelegate> delegate))block;

// Called by MTRDevice_XPC to forward delegate callbacks
- (BOOL)_lockAndCallDelegatesWithBlock:(void (^)(id<MTRDeviceDelegate> delegate))block;

Expand Down

0 comments on commit 4271f9d

Please sign in to comment.