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