Hi All, Does anyone know whether Rose2000 Pro can be made to generated code for a derived class that contains a base class constructor call within its initialiser list? The only way I know of doing it at the moment is to manually alter the derived class constructor's preservation region to include the call to the base class constructor with the appropriate parameters. The problem with that is, if you then add attributes to the derived class you have then alter the syntax of the base class constructor call i.e. replace ' : ' with ' , ' and also the compiler we're using at the moment issues a warning about the order of initialisation. Thanks in advance, Jas. ************************************************************************ * Rose Forum is a public venue for ideas and discussions. * For technical support, visit http://www.rational.com/support * * Admin.Subscription Requests: [EMAIL PROTECTED] * Archive of messages: http://www.rational.com/products/rose/usergroups/rose_forum.jtmpl * Other Requests: [EMAIL PROTECTED] * * To unsubscribe from the list, please send email * * To: [EMAIL PROTECTED] * Subject:<BLANK> * Body: unsubscribe rose_forum * *************************************************************************
