Re: How to have a shared integer variable in application
Re: How to have a shared integer variable in application
- Subject: Re: How to have a shared integer variable in application
- From: email@hidden (Christian Schmitz)
- Date: Fri, 5 Oct 2007 02:27:56 +0200
Dominik Pich <email@hidden> wrote:
> Have a singleton object and give that an attribute (or a dict)
> e.g
> [[GlobalPool defaultPool] setValue:x forKey:@"y"]; or something like
> that
I don't think Cocoa will like it if I load several modules with all the
same class.
I just need a pool like you suggested, but being part of the Cocoa
framework.
Gruß
Christian
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden