summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/performance-tests/Throughput/SecConnector/Throughput_Sec_Connector.idl
blob: 2ee2cc683d0ad7d2d82eb67aff5a2269fdaa4a74 (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
/**
 * @file Throughput_Sec_Connector.idl
 * @author Marijke Hengstmengel (mhengstmengel@remedy.nl)
 *
 * by-hand translation of the idl3p.
 */

#ifndef THROUGHPUT_SEC_CONNECTOR_IDL_
#define THROUGHPUT_SEC_CONNECTOR_IDL_

#include <Components.idl>
#include <ccm_dds.idl>

#include "Base/Throughput_Base.idl"

#pragma ciao lem "SecConnector/Throughput_Sec_ConnectorE.idl"

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

module Throughput
{
  module ::CCM_DDS::Typed < ::ThroughputCommand, ::ThroughputCommandSeq> ThroughputCommandConn;
};

#endif /* Throughput_Sec_CONNECTOR_IDL_ */