Re: Variables of super classes
Re: Variables of super classes
- Subject: Re: Variables of super classes
- From: Nick Zitzmann <email@hidden>
- Date: Thu, 2 Jun 2005 12:52:26 -0600
On Jun 2, 2005, at 12:28 PM, Sanri Parov wrote:
I just want to use g_lock methods from inside B.m (e.g. [g_lock
setEnabled:YES];)
How can I do this?
Unless you explicitly marked g_lock as a private member of class A,
then you can just use it in class B as if it was part of class B
without any problems.
Nick Zitzmann
<http://www.chronosnet.com/>
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden