Re: addObserver problem with protocols

2009-01-14 Thread Greg Parker
On Jan 14, 2009, at 2:18 PM, Mohan Parthasarathy wrote: I have protocol X that is implemented by a few classes of my own. These classes are not known directly to my main code but only through the protocol (id). When my main code tries to addObserver:self to the object id, i get a warning say

Re: addObserver problem with protocols

2009-01-14 Thread Keary Suska
On Jan 14, 2009, at 3:18 PM, Mohan Parthasarathy wrote: I have protocol X that is implemented by a few classes of my own. These classes are not known directly to my main code but only through the protocol (id). When my main code tries to addObserver:self to the object id, i get a warning s