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