in reply to Re: Re: objects becoming unblessed?
in thread objects becoming unblessed?
I did miss the transitions and I agree about the data structure; however, if transitions is used to populate the data structure, it's not populating it with Emitter objects, but anonymous hashes. The transition (no s) used to move through the data structure, will need to create the objects (either via an object constructor or an initial blessing of the anon hash into the Emitter class).
From the snippets provided, it appears the objects have not become unblessed but were never blessed in the first place.
-derby
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Re: objects becoming unblessed?
by jand (Friar) on Mar 17, 2003 at 18:05 UTC | |
by derby (Abbot) on Mar 17, 2003 at 18:12 UTC |