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