Please esclude my name from that mail list. ----- Original Message ----- From: Heide Marc <[EMAIL PROTECTED]> To: Thomas Loeffler <[EMAIL PROTECTED]> Cc: ROSE Forum <[EMAIL PROTECTED]> Sent: Friday, March 22, 2002 3:48 AM Subject: RE: (ROSE) ANSI C++ question
> > Hi! > > No, i mean the generation of the implementing class. In Java Rose adds > automatically > all functions from interface to the implementing class. Is this possible in > ANSI-C++ > too? It doesnt seems so. This means u have to copy all methods by hand to > your > implementing class. > > -- > Marc Heide > address : Siemens AG, ICM N PG ES PD A > Siemensdamm 50,13623 Berlin > email : [EMAIL PROTECTED] > phone : +49 30386 33229 > fax : +49 30 386 28658 > > > > > > > > -----Original Message----- > > From: Thomas Loeffler [mailto:[EMAIL PROTECTED]] > > Sent: Thursday, March 21, 2002 6:01 PM > > To: Heide Marc > > Subject: Re: (ROSE) ANSI C++ question > > > > > > Hi, > > > > I assume you mean to create a C++ class containing pure > > virtual functions only with the ANSI C++ plugin of Rose. To > > achieve this, just use the stereotype <<abstract>> for all > > interface methods. > > > > Hope this helps > > > > Thomas > > ----- > > Thomas Loeffler > > Loeffler IT-Consulting GbR > > mailto: [EMAIL PROTECTED] > > > > Working for Lucent Technologies > > mailto: [EMAIL PROTECTED] > > > > > Heide Marc wrote: > > > > > > Hi all! > > > > > > We have a project that has mixed Java/C++ code. And i have > > the following question. > > > Is it possible that Rose generates the methods of a class > > that implements an interface > > > class for ANSI C++, like it does this for Java classes that > > implement an Java interface? > > > Or i have to copy and paste all methods from the interface class? > > > > > > I know that a real interface definition is not part of C++, > > but in UML this exists. > > > > > > Somebody can help me? > > > > > > ciao > > > > > > -- > > > Marc Heide > > > address : Siemens AG, ICM N PG ES PD A > > > Siemensdamm 50,13623 Berlin > > > email : [EMAIL PROTECTED] > > > phone : +49 30386 33229 > > > fax : +49 30 386 28658 > > > > > > > > > ************************************************************************ > * 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 > ************************************************************************* > > ************************************************************************ * 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 *************************************************************************
