mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
([NSInvocation -methodSignature]): Return nil.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1170 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
51f66d0afb
commit
9e636b73bc
1 changed files with 2 additions and 0 deletions
|
@ -25,6 +25,7 @@
|
|||
#include <Foundation/NSInvocation.h>
|
||||
#include <Foundation/NSMethodSignature.h>
|
||||
#include <objects/Invocation.h>
|
||||
#include <objects/behavior.h>
|
||||
|
||||
@implementation NSInvocation
|
||||
|
||||
|
@ -50,6 +51,7 @@
|
|||
{
|
||||
/* xxx This isn't really needed by the our implementation anyway. */
|
||||
[self notImplemented: _cmd];
|
||||
return nil;
|
||||
}
|
||||
|
||||
/* All other methods come from the MethodInvocation behavior. */
|
||||
|
|
Loading…
Reference in a new issue