summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/examples/Large_Deployment/Connector/Large_Connector.idl
blob: 5ebdec653407ba805528a5e7a18e91d52a791832 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#ifndef LARGE_CONNECTOR_IDL
#define LARGE_CONNECTOR_IDL

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

#include "Common/Common.idl"

#pragma ciao lem "Connector/Large_ConnectorE.idl"

#if (CIAO_DDS4CCM_OPENDDS==1)
# include "Common/CommonTypeSupport.idl"
#endif

module ::CCM_DDS::Typed < ::LargeType, ::LargeTypeSeq> LargeTypeConn;

#endif