mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
(perform:with:with:): New method added to (NEXTSTEP) category.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@228 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
0317b61795
commit
578d372510
1 changed files with 5 additions and 0 deletions
|
@ -505,6 +505,11 @@ BOOL NSDecrementExtraRefCountWasZero(id anObject)
|
||||||
return [self perform:sel withObject:anObject];
|
return [self perform:sel withObject:anObject];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
- perform: (SEL)sel with: anObject with: anotherObject
|
||||||
|
{
|
||||||
|
return [self perform:sel withObject:anObject withObject:anotherObject];
|
||||||
|
}
|
||||||
|
|
||||||
@end
|
@end
|
||||||
|
|
||||||
@implementation NSObject (GNU)
|
@implementation NSObject (GNU)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue