summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/tests/CSLQoS/Connector/CSL_QoSTest_Connector.idl
blob: aa31e281e3f6c4a108292c217342b353f6928530 (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
// $Id$

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

#ifndef CSL_QOSTEST_CONNECTOR_IDL_
#define CSL_QOSTEST_CONNECTOR_IDL_

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

#include "Base/CSL_QoSTest_Base.idl"

#pragma ciao lem "Connector/CSL_QoSTest_ConnectorE.idl"

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

module ::CCM_DDS::Typed < ::TestTopic, ::TestTopicSeq> CSLQoSConnector;

#endif /* CSL_QoSTest_CONNECTOR_IDL_ */