summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/examples/ShapesContr/Connector/Shapes_Connector.idl
blob: 9669a787727cc6884dd6cf6464f4d90d626b6806 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/**
 * @file Shapes_Connector.idl
 * @author Marcel Smit (msmit@remedy.nl)
 */

#ifndef SHAPES_CONNECTOR_IDL_
#define SHAPES_CONNECTOR_IDL_

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

#include "Base/Shapes_Base.idl"

#pragma ciao lem "Connector/Shapes_ConnectorE.idl"

#if (CIAO_DDS4CCM_OPENDDS==1)
# include "Base/Shapes_BaseTypeSupport.idl"
#endif

module ::CCM_DDS::Typed < ::org::omg::dds::demo::ShapeType, ::org::omg::dds::demo::ShapeTypeSeq> Shapes;

#endif /* SHAPES_CONNECTOR_IDL_ */