mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Reinstated -respondsToSelector: and -conformsToProtocol:
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@2876 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
afd92083c6
commit
efa7d1d434
1 changed files with 0 additions and 4 deletions
|
@ -90,7 +90,6 @@
|
|||
return object_get_class(self);
|
||||
}
|
||||
|
||||
#if 0
|
||||
- (BOOL) conformsToProtocol: (Protocol*)aProtocol
|
||||
{
|
||||
NSInvocation* inv;
|
||||
|
@ -105,7 +104,6 @@
|
|||
[inv getReturnValue: &result];
|
||||
return result;
|
||||
}
|
||||
#endif
|
||||
|
||||
- (void) dealloc
|
||||
{
|
||||
|
@ -221,7 +219,6 @@
|
|||
}
|
||||
}
|
||||
|
||||
#if 0
|
||||
- (BOOL) respondsToSelector: (SEL)aSelector
|
||||
{
|
||||
NSInvocation* inv;
|
||||
|
@ -236,7 +233,6 @@
|
|||
[inv getReturnValue: &result];
|
||||
return result;
|
||||
}
|
||||
#endif
|
||||
|
||||
- retain
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue