Implement OSX10.5 NSMapTable API

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@28086 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
rfm 2009-03-16 10:54:59 +00:00
parent 1666cb0a26
commit 1549f5b5e7
11 changed files with 1391 additions and 799 deletions

View file

@ -74,7 +74,7 @@ Since we _have_to_ deal with this anyway, we handle it in -removePort: and
-removePort:forName:, and we don't bother removing entries in the map when
unregistering a name not for a specific port.
*/
static NSMapTable portToNamesMap;
static NSMapTable *portToNamesMap;
@interface NSMessagePortNameServer (private)