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

/**
 * @file CSL_QoSTest_Connector.idl
 * @author Marijke Hengstmengel <mhengstmengel@remedy.nl>
 *
 * by-hand translation of the idl3p.
 */

#ifndef CSL_QOSTEST_CONNECTOR_IDL_
#define CSL_QOSTEST_CONNECTOR_IDL_

#include  <Components.idl>
#include "Base/CSL_QoSTest_Base.idl"
#include "connectors/dds4ccm/idl/ccm_dds.idl"

TYPED_MODULE( ::TestTopic, ::TestTopic_Seq, TestTopic)

module CSL_QoSTest
{
  connector CSL_QoSTest_Connector : ::CCM_DDS::TestTopic::DDS_Event
  {
  };
 
};



#endif /* CSL_QoSTest_CONNECTOR_IDL_ */