View · Search · Index
No registered users in community xowiki
in last 10 minutes

Re: [Xotcl] Deleting objects

From: <MichaelL_at_frogware.com>
Date: Mon, 12 May 2003 12:09:37 -0400

Thanks, guys!

From Uwe:

> This does not work as you intend it because you forgot the "next"
> call in your destroy method. That means the real destructor is
> never reached ...

Yes, I understand.

> I would also recommend to always use "args" for init
> and destroy, as arguments for these methods may change.

Yes, I understand. I was trying to submit the simplest possible code to
illustrate the problem.

Btw, very nice work. I'm impressed with and appreciate the attention to
detail.