summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/performance-tests/Throughput/Connector/Throughput_Connector.idl
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/connectors/dds4ccm/performance-tests/Throughput/Connector/Throughput_Connector.idl')
-rw-r--r--CIAO/connectors/dds4ccm/performance-tests/Throughput/Connector/Throughput_Connector.idl27
1 files changed, 0 insertions, 27 deletions
diff --git a/CIAO/connectors/dds4ccm/performance-tests/Throughput/Connector/Throughput_Connector.idl b/CIAO/connectors/dds4ccm/performance-tests/Throughput/Connector/Throughput_Connector.idl
deleted file mode 100644
index 1d540e04466..00000000000
--- a/CIAO/connectors/dds4ccm/performance-tests/Throughput/Connector/Throughput_Connector.idl
+++ /dev/null
@@ -1,27 +0,0 @@
-/**
- * @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_ */