zen wrote:
meaning that there is no way to call C++ destructor manually at the point where the code is executed? while only allowed the garbage collector to do so?

That's correct. You can of course add a cleanup() method or something to your object and call that.
_______________________________________________
Mozilla-xpcom mailing list
Mozilla-xpcom@mozilla.org
http://mail.mozilla.org/listinfo/mozilla-xpcom

Reply via email to