Destructor?
Posted: Tue Jul 07, 2009 9:58 pm
(Can you tell I'm actually usig Cobra this week?)
Do we have destructors at the moment?
I've tried to use
But I was told that Member "finalize" also exists in the case class. Cobra suggestion I might use "is override" (which I thought was one of the side-effects of using cue anyway), but when I did that, it told me that I was introducing a "finalize" method, which might interfere with a destructor, and then told me that rather than overriding object.Finalize I should provide a destructor...
Suggestions?
Do we have destructors at the moment?
I've tried to use
- Code: Select all
cue finalize
But I was told that Member "finalize" also exists in the case class. Cobra suggestion I might use "is override" (which I thought was one of the side-effects of using cue anyway), but when I did that, it told me that I was introducing a "finalize" method, which might interfere with a destructor, and then told me that rather than overriding object.Finalize I should provide a destructor...
Suggestions?