* Headers/gnustep/base/GSObjCRuntime.h (GSObjCGetMethod(),

GSObjCReplaceMethod()):  Removed declarations for release as these
        functions will be replaced by a more consistent approach.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@16757 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
David Ayers 2003-05-20 14:44:57 +00:00
parent f722e0087a
commit 1485174677
2 changed files with 6 additions and 2 deletions

View file

@ -1,3 +1,9 @@
2003-05-20 David Ayers <d.ayers@inode.at>
* Headers/gnustep/base/GSObjCRuntime.h (GSObjCGetMethod(),
GSObjCReplaceMethod()): Removed declarations for release as these
functions will be replaced by a more consistent approach.
2003-05-19 Adam Fedor <fedor@gnu.org>
* Version 1.7.0.

View file

@ -83,8 +83,6 @@ GS_EXPORT NSArray* GSObjCMethodNames(id obj);
GS_EXPORT NSArray* GSObjCVariableNames(id obj);
GS_EXPORT void GSObjCAddClassBehavior(Class receiver, Class behavior);
GS_EXPORT IMP GSObjCGetMethod(Class class, SEL sel);
GS_EXPORT IMP GSObjCReplaceMethod(Class class, SEL sel, IMP imp);
GS_EXPORT NSValue*
GSObjCMakeClass(NSString *name, NSString *superName, NSDictionary *iVars);