mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 09:04:13 +00:00
Tidy headers included
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@7457 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
51f94716fb
commit
b87b76eb50
2 changed files with 2 additions and 3 deletions
|
@ -4,7 +4,7 @@
|
|||
same format as MacOS-X
|
||||
* Source/NSDistributedNotificationCenter.m: update method return
|
||||
types for macOS-X complience.
|
||||
* Headers/base/NSDistributedNotificationCenter.h: ditto.
|
||||
* Headers/gnustep/base/NSDistributedNotificationCenter.h: ditto.
|
||||
|
||||
2000-09-08 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
|
|
|
@ -28,9 +28,8 @@
|
|||
|
||||
#include <Foundation/NSObject.h>
|
||||
#include <Foundation/NSLock.h>
|
||||
#include <Foundation/NSNotification.h>
|
||||
|
||||
@class NSNotification;
|
||||
@class NSString;
|
||||
|
||||
typedef enum {
|
||||
NSNotificationSuspensionBehaviorDrop,
|
||||
|
|
Loading…
Reference in a new issue