Get NSTimeZone to work in GNUstep directory structure.

Add GNUstep specific method to NSBundle which will search the GNUstep
directory structure for resource files.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@2528 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Scott Christley 1997-10-18 19:49:50 +00:00
parent ab180cbd8c
commit 9db12ac373
9 changed files with 378 additions and 28 deletions

View file

@ -222,7 +222,7 @@ static NotificationDispatcher *default_notification_dispatcher = nil;
/* Use NSObjectMapKeyCallBacks so we retain the NAME. We also retain
the values, which are LinkedList's. */
_name_2_nr_list =
NSCreateMapTable (NSNonOwnedPointerOrNullMapKeyCallBacks,
NSCreateMapTable (NSObjectMapKeyCallBacks,
NSObjectMapValueCallBacks, 0);
/* Use NSNonOwnedPointerOrNullMapKeyCallBacks so we won't retain