* EOControl/EOFault.m ([EOFault respondsToSelector:]): Temporarily

add private declaration of GSObjCGetMethod() until the replacement
        is in place.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@16758 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
David Ayers 2003-05-20 14:58:19 +00:00
parent 341fc72ae8
commit fa68770b33
2 changed files with 9 additions and 0 deletions

View file

@ -1,3 +1,9 @@
2003-05-20 David Ayers <d.ayers@inode.at>
* EOControl/EOFault.m ([EOFault respondsToSelector:]): Temporarily
add private declaration of GSObjCGetMethod() until the replacement
is in place.
2003-05-16 David Ayers <d.ayers@inode.at>
* EOAccess/EOAttribute.m ([EOAttribute -encodeIntoPropertyList:]):

View file

@ -313,6 +313,9 @@ static Class EOFaultClass = NULL;
{
Class class;
BOOL respondsToSelector;
/* Ayers 2003-05-20: This declaration is a temporary hack
until a more consistent set of function is in place in GSObjCRuntime.h */
extern IMP GSObjCGetMethod(Class class, SEL sel);
NSDebugFLLog(@"gsdb", @"START self=%p", self);