summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/tests/CSLQoS/Connector/CSL_QoSTest_Connector.idl
blob: 4644de2e774f3849e889e069b84fa5c6ce6dec7c (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
// $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 "Base/CSL_QoSTest_Base.idl"
#include "connectors/dds4ccm/idl/ccm_dds.idl"

#pragma ciao lem "Connector/CSL_QoSTest_ConnectorE.idl"

module CSL_QoSTest
{
  module ::CCM_DDS::Typed < ::TestTopic, ::TestTopic_Seq> TestTopicConn;
  connector CSL_QoSTest_Connector : TestTopicConn::DDS_Event
  {
  };
};

#endif /* CSL_QoSTest_CONNECTOR_IDL_ */