summaryrefslogtreecommitdiff
path: root/CIAO/connectors/tests/AMIDDS/Connector/AmiDds_Connector.idl
blob: e584503743b210fd4f9f5407fe748cfd97867b40 (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
25
26
27
// $Id$

/**
 * @file AmiDds_Connector.idl
 * @author Marijke Hengstmengel (mhengstmengel@remedy.nl)
 */

#ifndef AMIDDS_CONNECTOR_IDL_
#define AMIDDS_CONNECTOR_IDL_

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

#include "Base/AmiDds_DDS.idl"

#pragma ciao lem "Connector/AmiDds_ConnectorE.idl"

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

module AmiDds
{
  module ::CCM_DDS::Typed < ::TestTopic, ::TestTopicSeq> AmiDdsConnector;
};

#endif /* AMIDDS_CONNECTOR_IDL_ */