summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/tests/CSLSampleRejected/Connector/CSL_SRTest_Connector.idl
blob: 99582a8d95dbb045d8e3950080be87da342e9313 (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
// $Id$

/**
 * @file CSL_SRTest_Connector.idl
 * @author Marijke Hengstmengel <mhengstmengel@remedy.nl>
 */

#ifndef CSL_SRTEST_CONNECTOR_IDL_
#define CSL_SRTEST_CONNECTOR_IDL_

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

#pragma ciao lem "Connector/CSL_SRTest_ConnectorE.idl"

module CSL_SRTest
{
  module ::CCM_DDS::Typed < ::TestTopic, ::TestTopic_Seq> TestTopicConn;
  connector CSL_SRTest_Connector : TestTopicConn::DDS_Event
  {
  };

};

#endif /* CSL_SRTEST_CONNECTOR_IDL_ */