I have interfaces defined in IDL :
module myModule {
interface myInterface {
myMethod();
};
};
which is implemented in C++ by:
namespace myModule {
class myInterfaceServant : public POA_myModule::myInterface {
myMethod();
};
};
Is there any way to make Rose recognize that my C++ code inherit my
IDL interface while doing reverse engineering operations? How since the
C++ mapping impose the POA_ prefix?
Herve.
************************************************************************
* 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
*
*************************************************************************