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:
Richard Frith-MacDonald 1998-08-04 15:41:31 +00:00
parent 40241d9ba9
commit c6fdd98296

View file

@ -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
{