summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/tests/HomeTest/Connector/HomeT_Connector.idl
blob: a79e1fbba8cf635ba16c4e6c460fb119005f0104 (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 HomeT_Connector.idl
 * @author Marijke Hengstmengel (mhengstmengel@remedy.nl)
 */

#ifndef HOMET_CONNECTOR_IDL_
#define HOMET_CONNECTOR_IDL_

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

#include "Base/HomeT_Base.idl"

#pragma ciao lem "Connector/HomeT_ConnectorE.idl"

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

module ::CCM_DDS::Typed < ::HomeTest, ::HomeTestSeq> ConnComp;

#endif /* HOMET_CONNECTOR_IDL_ */