mirror of
https://github.com/gnustep/libs-gdl2.git
synced 2025-02-21 02:20:55 +00:00
* 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:
parent
341fc72ae8
commit
fa68770b33
2 changed files with 9 additions and 0 deletions
|
@ -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:]):
|
||||
|
|
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue