summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/performance-tests/Throughput/Connector/Throughput_Connector.idl
blob: 4eb4f351cf1a68cfa875ed29589c862ea9f4969b (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
30
31
// $Id$

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

#ifndef THROUGHPUT_CONNECTOR_IDL_
#define THROUGHPUT_CONNECTOR_IDL_

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

#pragma ciao lem "Connector/Throughput_ConnectorE.idl"

module CCM_DDS
{
  module ::CCM_DDS::Typed < ::ThroughputTest, ::ThroughputTestSeq> ThroughputTest;
};

module Throughput
{
  connector Throughput_Connector : ::CCM_DDS::ThroughputTest::DDS_Event
  {
  };
};

#endif /* Throughput_CONNECTOR_IDL_ */