Re: how to centralize functionality more elegantly?
Re: how to centralize functionality more elegantly?
- Subject: Re: how to centralize functionality more elegantly?
- From: Andreas Mayer <email@hidden>
- Date: Sat, 7 Sep 2002 14:07:30 +0200
Am Samstag, 07.09.02 um 08:12 Uhr schrieb Andrew Merenbach:
Is the "(MainController*)" part actually necessary? Some code in my
program works with the equivalent of:
Without it you should get a compile time warning - as Matt stated in
his original post:
In order to call these functions I
typecast (I don't have to, but it's nice to eliminate warnings).
That's unless you overwrite an already existing method of
NSApplication, of course ...
bye. Andreas.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.