MacOS-X compatibility and security updates.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@21096 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
CaS 2005-04-12 09:48:04 +00:00
parent e1fc055221
commit 96bffbd7e9
6 changed files with 189 additions and 62 deletions

View file

@ -53,11 +53,17 @@ typedef enum {
/**
* Type for [NSDistributedNotificationCenter+notificationCenterForType:] -
* localhost broadcast only. This is the only type on OS X.
* localhost current user broadcast only. This is the only type on OS X.
*/
GS_EXPORT NSString* const NSLocalNotificationCenterType;
#ifndef NO_GNUSTEP
/**
* Type of [NSDistributedNotificationCenter+notificationCenterForType:] -
* all users on the local host. This type is available only on GNUstep.
*/
GS_EXPORT NSString* const GSPublicNotificationCenterType;
/**
* Type of [NSDistributedNotificationCenter+notificationCenterForType:] -
* localhost and LAN broadcast. This type is available only on GNUstep.