summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/performance-tests/Throughput/Connector/Throughput_Connector.idl
blob: 0093601526e19f26ec38fa504ba3d1ac20628e05 (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
// $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 <ccm_dds.idl>

#include "Base/Throughput_Base.idl"

#pragma ciao lem "Connector/Throughput_ConnectorE.idl"

#if (CIAO_DDS4CCM_OPENDDS==1)
# include "Base/Throughput_BaseTypeSupport.idl"
#endif

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

#endif /* Throughput_CONNECTOR_IDL_ */