I have a class in my model (say class B) which is derived from a 
class not known in the model (say class A).  How do I
get the code generator to put the base class designation
into the class header file, i.e. to generate:

class B: public A {
};

I'm using the ansi c++ add-in. Of course, at present
it creates:

class B { 
};

Thanks,
Charlie

************************************************************************
* Rose Forum is a public venue for ideas and discussions.
* For technical support, visit http://www.rational.com/support
*
* Post or Reply to: [EMAIL PROTECTED]
* Subscription Requests: [EMAIL PROTECTED]
* Archive of messages:
*    http://www.rational.com/support/usergroups/rose/rose_forum.jsp
* Other Requests: [EMAIL PROTECTED]
*
* To unsubscribe from the list, please send email
*    To: [EMAIL PROTECTED]
*    Subject: <BLANK>
*    Body: unsubscribe rose_forum
*************************************************************************

Reply via email to