summaryrefslogtreecommitdiff
path: root/modules/CIAO/connectors/dds4ccm/tests/CSLUnexpStat/Connector/CSL_USTest_Connector.idl
blob: 51fd2524919e541b353650e64ef6f114ad8976d9 (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_USTest_Connector.idl
 * @author Marijke Hengstmengel <mhengstmengel@remedy.nl>
 */

#ifndef CSL_USTEST_CONNECTOR_IDL_
#define CSL_USTEST_CONNECTOR_IDL_

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

#pragma ciao lem "Connector/CSL_USTest_ConnectorE.idl"

module CSL_USTest
{
  module ::CCM_DDS::Typed < ::TestTopic, ::TestTopicSeq> TestTopicConn;
  connector CSL_USTest_Connector : TestTopicConn::DDS_Event
  {
  };
};

#endif /* CSL_USTest_CONNECTOR_IDL_ */