I've a class "Class A". It contains an inner class called "Class B". There is an 
object of type "Class B" declared inside A as its attribute.

When the code generated from the Rose Diagram, it gives the code as

class A
{
   A::B theB ;   <-----I want it as "B theB ;" and not as "A::B theB" .
   class B
   {
    }
} ;


I don't want that class Name prefix. How do you do it ?  
 

************************************************************************
* 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/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