mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Added comment warning about delegatePoolLastMessageHadReceivers.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@294 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
6016c39104
commit
37028f2245
2 changed files with 4 additions and 0 deletions
|
@ -66,6 +66,8 @@ enum DelegatePoolSendBehavior {SEND_TO_ALL = 0,
|
|||
- forward:(SEL)aSel :(arglist_t)argFrame;
|
||||
|
||||
// FOR FINDING OUT IF ANY OBJECTS IN THE POOL RESPONDED TO THE LAST MSG;
|
||||
/* This method is bad because it won't be thread-safe---it may
|
||||
go away in the future. */
|
||||
- (BOOL) delegatePoolLastMessageHadReceivers;
|
||||
|
||||
@end
|
||||
|
|
|
@ -66,6 +66,8 @@ enum DelegatePoolSendBehavior {SEND_TO_ALL = 0,
|
|||
- forward:(SEL)aSel :(arglist_t)argFrame;
|
||||
|
||||
// FOR FINDING OUT IF ANY OBJECTS IN THE POOL RESPONDED TO THE LAST MSG;
|
||||
/* This method is bad because it won't be thread-safe---it may
|
||||
go away in the future. */
|
||||
- (BOOL) delegatePoolLastMessageHadReceivers;
|
||||
|
||||
@end
|
||||
|
|
Loading…
Reference in a new issue