Sign in
eclipse
/
papyrus-rt
/
org.eclipse.papyrus-rt
/
66ef70d06d9e8dbcc66459770af35d1c935fc868
/
.
/
models
/
tests
/
codepattern
/
structure
/
IncarnateCapsuleWithSubstructure2
/
expected_src
/
Protocol2.cc
blob: 96da671868274284218aff08a3c4369e8abf7189 [
file
]
#include
"Protocol2.hh"
struct
UMLRTCommsPort
;
Protocol2
::
Base
::
Base
(
const
UMLRTCommsPort
*
&
srcPort
)
:
UMLRTProtocol
(
srcPort
)
{
}
Protocol2
::
Conj
::
Conj
(
const
UMLRTCommsPort
*
&
srcPort
)
:
UMLRTProtocol
(
srcPort
)
{
}