mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 16:30:41 +00:00
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:
parent
1666cb0a26
commit
1549f5b5e7
11 changed files with 1391 additions and 799 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue