Make -invoke methods return void.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@996 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Andrew McCallum 1996-02-24 16:40:44 +00:00
parent 4ae2c0777d
commit bbcd2338b7
2 changed files with 4 additions and 4 deletions

View file

@ -28,8 +28,8 @@
@protocol Invoking <NSObject>
- invoke;
- invokeWithObject: anObject;
- (void) invoke;
- (void) invokeWithObject: anObject;
- objectReturnValue;
- (int) intReturnValue;

View file

@ -28,8 +28,8 @@
@protocol Invoking <NSObject>
- invoke;
- invokeWithObject: anObject;
- (void) invoke;
- (void) invokeWithObject: anObject;
- objectReturnValue;
- (int) intReturnValue;