[Adium-devl] struct objc_method

Evan Schoenberg evan.s at dreskin.net
Tue Oct 31 20:41:37 UTC 2006


Agreed completely.  Sloppy on my part.

In [18138] (and merged to adium-1.0 in [18139]) I've replaced that with
  #import <objc/objc-class.h>

which is where the definition came from in the first place.

-Evan

On Oct 31, 2006, at 3:22 PM, 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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: PGP.sig
Type: application/pgp-signature
Size: 186 bytes
Desc: This is a digitally signed message part
URL: <http://adium.im/pipermail/devel_adium.im/attachments/20061031/f574f8a4/attachment.sig>


More information about the devel mailing list