[Adium-devl] struct objc_method

Colin Barrett timber at lava.net
Tue Oct 31 20:32:20 UTC 2006


Good thing my other reply didn't make it on-list!

It was wrong!

/usr/include/objc/objc-class.h is the file we want to import. Cleaning  
that up right now, will commit shortly.

-Colin

On Oct 31, 2006, at 10:22 AM, Andreas Monitzer wrote:

> Hi,
>
> I audited the Adium code base a bit, and noticed the following code
> in AIDictionaryDebug.m (I'd post a link to trac if it were abnormal
> right now):
>
> struct objc_method
> {
> 	SEL method_name;
> 	char * method_types;
> 	IMP method_imp;
> };
>
> What does that code do in there? It seems like a very bad idea to
> define that in our own code, since it might cause troubles in the
> future.
>
> andy
>
>
> _______________________________________________
> Adium-devl mailing list
> Adium-devl at adiumx.com
> http://adiumx.com/mailman/listinfo/adium-devl_adiumx.com





More information about the devel mailing list