Andre Poenitz <[EMAIL PROTECTED]> writes:

| > Should we also address the issue of memory footprint. Allan originally had it 
| > so that dialog_ was deleted when the Dialog was closed and recreated it once 
| > again when it was reopened.
| 
| I'd favour short code over small memory footprint (within reasonable
| > limits).

And using boost::scoped_ptr give shorter code since you can often
remove the descructor and the initialization.

        Lgb

Reply via email to