[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Core Data
From: |
Gregory Casamento |
Subject: |
Re: Core Data |
Date: |
Sun, 29 May 2011 16:05:03 -0400 |
Ah, this is correct. Now I understand. David and I discussed it.
I'm going to remove NSManagedObjectContext from GUI.
GC
On Sun, May 29, 2011 at 3:45 PM, David Chisnall <theraven@sucs.org> wrote:
> On 29 May 2011, at 20:42, Gregory Casamento wrote:
>
>> It would lead to linker issues. I believe using id should suffice.
>
> No it wouldn't. @class is like a typedef. It does not generate any code at
> run time. The only times when you get linker issues are:
>
> - When you create a subclass of a nonexistent class
> - When you send a class message to a nonexistent class (non-fragile ABI only)
>
> David
>
> -- Sent from my PDP-11
>
>
--
Gregory Casamento - GNUstep Lead/Principal Consultant, OLC, Inc.
yahoo/skype: greg_casamento, aol: gjcasa
(240)274-9630 (Cell)
- Re: Core Data, (continued)
- Re: Core Data, Gregory Casamento, 2011/05/29
- Re: Core Data, Fred Kiefer, 2011/05/29
- Re: Core Data, Gregory Casamento, 2011/05/29
- Re: Core Data, David Chisnall, 2011/05/29
- Re: Core Data,
Gregory Casamento <=
Re: Core Data, Dr. H. Nikolaus Schaller, 2011/05/29