([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:
Andrew McCallum 1996-03-18 13:56:54 +00:00
parent 51f66d0afb
commit 9e636b73bc

View file

@ -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. */