mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-20 12:16:40 +00:00
Tidied
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@17372 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
2330b448e0
commit
4238376240
4 changed files with 17 additions and 2 deletions
|
@ -152,6 +152,7 @@ typedef struct {
|
|||
}
|
||||
- (void) forwardInvocation: (NSInvocation*)inv;
|
||||
- (id) initWithTarget: (id)target;
|
||||
- (NSMethodSignature*) methodSignatureForSelector: (SEL)aSelector;
|
||||
@end
|
||||
|
||||
@implementation MyProxy
|
||||
|
@ -178,6 +179,10 @@ typedef struct {
|
|||
[inv setReturnValue: b];
|
||||
objc_free(b);
|
||||
}
|
||||
- (NSMethodSignature*) methodSignatureForSelector: (SEL)aSelector
|
||||
{
|
||||
return [obj methodSignatureForSelector: aSelector];
|
||||
}
|
||||
@end
|
||||
|
||||
int
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue