summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/tests/CoherentWriter/Connector/CoherentWrite_Test_Connector.idl
blob: 270b1189a74e909644e90027a29b24bd7255d1f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/**
 * @file CoherentWrite_Test_Connector.idl
 * @author Marcel Smit (msmit@remedy.nl)
 */

#ifndef COHERENT_WRITE_TEST_CONNECTOR_IDL_
#define COHERENT_WRITE_TEST_CONNECTOR_IDL_

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

#include "Base/CoherentWrite_Test_Base.idl"

#pragma ciao lem "Connector/CoherentWrite_Test_ConnectorE.idl"

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

module ::CCM_DDS::Typed < ::CoherentWriteTest, ::CoherentWriteTestSeq> CoherentWriteTestConnector;

#endif /* CoherentWrite_Test_CONNECTOR_IDL_ */