[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Incompatibility in NSMutableSet
From: |
Richard Frith-Macdonald |
Subject: |
Re: Incompatibility in NSMutableSet |
Date: |
Tue, 22 May 2001 10:43:53 +0100 |
On Tuesday, May 22, 2001, at 09:46 AM, Michael Scheibler wrote:
In OpenStep NSMutableSet had a method named
setSet:
- ((void)setSet:(NSSet *)otherSet
Empties the receiver, then adds each object contained in otherSet to the
receiver The new
member is sent a retain message as it is added to the receiver.
(copied from Apple's Foundation api documentation)
It's missing in GNUstep!
Thanks.
It's not actually in OpenStep ... it appears to be a later addition - so
I've added
it bracketed in the header file with an ifndef STRICT_OPENSTEP