From 0d873f963da9a18844bce8a11dda5ea907b06465 Mon Sep 17 00:00:00 2001 From: Matthias Benkard Date: Thu, 14 Feb 2008 21:01:30 +0100 Subject: Objective-C layer: Revamp the ObjectiveCLWrapperLink category. darcs-hash:7e73acd87a97630ee76587a52e9bb3303940371f --- Objective-C/NSObject-ObjectiveCLWrapperLink.h | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'Objective-C/NSObject-ObjectiveCLWrapperLink.h') diff --git a/Objective-C/NSObject-ObjectiveCLWrapperLink.h b/Objective-C/NSObject-ObjectiveCLWrapperLink.h index 9bdf902..691c6fc 100644 --- a/Objective-C/NSObject-ObjectiveCLWrapperLink.h +++ b/Objective-C/NSObject-ObjectiveCLWrapperLink.h @@ -9,14 +9,6 @@ void objcl_shutdown_instance_wrappers (void); @interface NSObject (ObjectiveCLWrapperLink) --(const char *) __objectiveCLWrapperID; --(void) __setObjectiveCLWrapperID: (const char *)wrapper_id; --(void) __removeObjectiveCLWrapperID; - -/* Classes can't be wrapped at the moment. */ -/* -+(const char *) __objectiveCLWrapperID; -+(const char *) __setObjectiveCLWrapperID: (const char *)wrapper_id; -+(const char *) __removeObjectiveCLWrapperID; -*/ +-(BOOL) __objcl_isBackedByLispInstance; +-(void) __objcl_setBackedByLispInstance: (BOOL)backed_p; @end /* NSObject (ObjectiveCL) */ -- cgit v1.2.3