Also, something I'd like to see is that instead of Xxx just blindly inheriting from BaseXxx, being able to aggregate it.
So if, say aggregateBase=true, Xxx would be created with a data member of BaseXxx and the wrapper methods for all of the public methods generated. Then users could go through and cut out the methods they don't want visible to the outside world, but they could still use themselves within the business logic via the BaseXxx data member. Sound like a good idea? Thanks, Stephen -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
