![]() |
Telelogic Rhapsody (steve huntington) | ![]() |
Topic Title: need to change order of inheritance OMThread and OMReactive Topic Summary: Created On: 20-Dec-2004 20:39 Status: Read Only |
Linear : Threading : Single : Branch |
![]() |
![]()
|
![]() |
|
Hello,
need any ideas how to change the order of inheritance of an active class with statechart. class class_0 : public OMThread, public OMReactive { class should first inherit from OMReactive and then from OMThread I already tried the following: - Property AdditionalBaseClasses ? classes are added but not replaced in new order - add new superclass (but cannot change order of superclasses) - property CPP_CG::Framework::ActiveBaseUsage and ReactiveBaseUsage = False, and then AdditionalBaseClasses ? does also not work as expected. Any other ideas? Gert |
|
![]() |
|
![]() |
|
You want to use the properites CPP_CG::Framework::ActiveBase and ReactiveBase. Just delete the contents of these properties and then use the AdditionalBaseClasses property to put them in the correct order.
Justin |
|
![]() |
FuseTalk Standard Edition v3.2 - © 1999-2009 FuseTalk Inc. All rights reserved.