mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
minor map/hash table compatibility tweaks and simplify notification center
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@33210 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
e6ec8a906f
commit
ba24ce0841
17 changed files with 223 additions and 159 deletions
|
@ -1236,7 +1236,7 @@ typedef struct {
|
|||
((internal*)(port->_internal))->_name = theName;
|
||||
((internal*)(port->_internal))->_listener = -1;
|
||||
((internal*)(port->_internal))->_handles
|
||||
= NSCreateMapTable(NSIntMapKeyCallBacks,
|
||||
= NSCreateMapTable(NSIntegerMapKeyCallBacks,
|
||||
NSObjectMapValueCallBacks, 0);
|
||||
((internal*)(port->_internal))->_myLock = [GSLazyRecursiveLock new];
|
||||
port->_is_valid = YES;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue