mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
Tidied
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@13066 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
fb7a4352ec
commit
1808c67d6d
2 changed files with 5 additions and 2 deletions
|
@ -27,7 +27,6 @@
|
|||
|
||||
#include <Foundation/NSMethodSignature.h>
|
||||
|
||||
@class NSArgumentInfo;
|
||||
|
||||
@interface NSInvocation : NSObject
|
||||
{
|
||||
|
@ -37,7 +36,11 @@
|
|||
id _target;
|
||||
SEL _selector;
|
||||
int _numArgs;
|
||||
#ifndef STRICT_MACOS_X
|
||||
NSArgumentInfo *_info;
|
||||
#else
|
||||
void *_dummy;
|
||||
#endif
|
||||
BOOL _argsRetained;
|
||||
BOOL _validReturn;
|
||||
BOOL _sendToSuper;
|
||||
|
|
|
@ -362,7 +362,7 @@ static NSDistributedNotificationCenter *defCenter = nil;
|
|||
[_remote setProtocolForProxy: p];
|
||||
|
||||
/*
|
||||
* Ask to be told if the copnnection goes away.
|
||||
* Ask to be told if the connection goes away.
|
||||
*/
|
||||
[[NSNotificationCenter defaultCenter]
|
||||
addObserver: self
|
||||
|
|
Loading…
Reference in a new issue