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:
Andrew McCallum 1995-04-05 23:04:16 +00:00
parent 6016c39104
commit 37028f2245
2 changed files with 4 additions and 0 deletions

View file

@ -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

View file

@ -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