summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/tests/OneFile/Multiple/OFM_Connector.idl
blob: 1554b27a1aae7a89fcbed6bcad75cfad173eeab3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#ifndef OFM_CONNECTOR_IDL
#define OFM_CONNECTOR_IDL

#include <Components.idl>
#include <ccm_dds.idl>

#include "OFM_Base.idl"

#pragma ciao lem "OFM_ConnectorE.idl"

#if (CIAO_DDS4CCM_OPENDDS==1)
# include "OFM_BaseTypeSupport.idl"
#endif

module ::CCM_DDS::Typed < ::Topic1, ::Topic1Seq> Topic1Connector;
module ::CCM_DDS::Typed < ::Topic2, ::Topic2Seq> Topic2Connector;
module ::CCM_DDS::Typed < ::Topic3, ::Topic3Seq> Topic3Connector;

#endif