summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/performance-tests/Throughput/SecConnector/Throughput_Sec_Connector.idl
blob: 0ec6de8e1c8ed2eb21febc8cd6a2625441bc9075 (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 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 "Base/Throughput_Base.idl"
#include "connectors/dds4ccm/idl/ccm_dds.idl"

#pragma ciao lem "SecConnector/Throughput_Sec_ConnectorE.idl"

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

#endif /* Throughput_Sec_CONNECTOR_IDL_ */