Anonymous | Login | 2022-08-10 08:19 UTC | ![]() |
My View | View Issues | Change Log | Roadmap |
View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0000082 | OMNeT++ | command line tools | public | 2009-06-22 10:25 | 2009-07-25 17:40 | ||||
Reporter | rhornig | ||||||||
Assigned To | andras | ||||||||
Priority | normal | Severity | minor | Reproducibility | always | ||||
Status | resolved | Resolution | fixed | ||||||
Platform | OS | OS Version | |||||||
Product Version | 4.0 | ||||||||
Target Version | Fixed in Version | 4.1 | |||||||
Summary | 0000082: Cannot extend a message class from an other rnamespace | ||||||||
Description | It is not possible to extends a message if the base class of it is in a different namespece: i.e. message queueing::Job; message AFDXMessage extends queuein::Job { is not possible. | ||||||||
Tags | No tags attached. | ||||||||
Attached Files | |||||||||
![]() |
|
(0000155) andras (administrator) 2009-06-22 11:06 |
Workaround: introduce a typedef to get rid of the namespace syntax: cplusplus{{ typedef queueing::Job QueueingJob; }} message QueueingJob; message AFDXMessage extends QueueingJob { ... |
(0000162) andras (administrator) 2009-07-25 17:40 |
opp_msgc was improved to support referencing types from other namespaces. |
![]() |
|||
Date Modified | Username | Field | Change |
2009-06-22 10:25 | rhornig | New Issue | |
2009-06-22 11:06 | andras | Note Added: 0000155 | |
2009-07-25 17:40 | andras | Note Added: 0000162 | |
2009-07-25 17:40 | andras | Status | new => resolved |
2009-07-25 17:40 | andras | Fixed in Version | => 4.1 |
2009-07-25 17:40 | andras | Resolution | open => fixed |
2009-07-25 17:40 | andras | Assigned To | => andras |
Copyright © 2000 - 2022 MantisBT Team |