Sign in
eclipse
/
papyrus-rt
/
org.eclipse.papyrus-rt
/
a0ade61df53c2392c19136aea3b68e32129cbba2
/
.
/
models
/
tests
/
executable
/
IncarnateSubclass
/
expected_src
/
P2.cc
blob: 0a8da6aaa71d22c3fa73a285249856b23613260c [
file
]
#include
"P2.hh"
struct
UMLRTCommsPort
;
P2
::
Base
::
Base
(
const
UMLRTCommsPort
*
&
srcPort
)
:
UMLRTProtocol
(
srcPort
)
{
}
P2
::
Conj
::
Conj
(
const
UMLRTCommsPort
*
&
srcPort
)
:
UMLRTProtocol
(
srcPort
)
{
}