summaryrefslogtreecommitdiff
path: root/modules/CIAO/connectors/dds4ccm/performance-tests/LatencyTT/Connector/LatencyTT_Test_Connector.idl
blob: 9d86cb5385a18b01c3526c3b88c0f32d89c5c6e8 (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
// $Id$

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

#ifndef LATENCYTT_TEST_CONNECTOR_IDL_
#define LATENCYTT_TEST_CONNECTOR_IDL_

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

#pragma ciao lem "Connector/LatencyTT_Test_ConnectorE.idl"

module LatencyTT_Test
{
  module ::CCM_DDS::Typed < ::LatencyTTTest, ::LatencyTTTestSeq> LatencyTTTestConn;
  connector LatencyTT_Test_Connector : LatencyTTTestConn::DDS_Event
  {
  };
};

#endif /* LatencyTT_Test_CONNECTOR_IDL_ */