diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2010-06-19 05:29:47 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2010-06-19 05:29:47 +0000 |
commit | 88da3b1b5aa81fb19525cd657dd98d833c68b30a (patch) | |
tree | 97484d33816c0cf3fb8601ea41503f8a876b47df /CIAO | |
parent | d156a6f592e573658e9c0e8de775370b65acbc01 (diff) | |
download | ATCD-88da3b1b5aa81fb19525cd657dd98d833c68b30a.tar.gz |
Diffstat (limited to 'CIAO')
4 files changed, 0 insertions, 16 deletions
diff --git a/CIAO/connectors/dds4ccm/performance-tests/Keyed/Connector/Perf_Keyed_Test_Connector.idl b/CIAO/connectors/dds4ccm/performance-tests/Keyed/Connector/Perf_Keyed_Test_Connector.idl index bf3106d96af..d56c9631f78 100644 --- a/CIAO/connectors/dds4ccm/performance-tests/Keyed/Connector/Perf_Keyed_Test_Connector.idl +++ b/CIAO/connectors/dds4ccm/performance-tests/Keyed/Connector/Perf_Keyed_Test_Connector.idl @@ -21,11 +21,4 @@ module CCM_DDS module ::CCM_DDS::Typed < ::PerfKeyedTest, ::PerfKeyedTestSeq> PerfKeyedTest; }; -module Perf_Keyed_Test -{ - connector Perf_Keyed_Test_Connector : ::CCM_DDS::PerfKeyedTest::DDS_Event - { - }; -}; - #endif /* Perf_Keyed_Test_CONNECTOR_IDL_ */ diff --git a/CIAO/connectors/dds4ccm/performance-tests/Latency/Connector/LatencyTT_Test_Connector.idl b/CIAO/connectors/dds4ccm/performance-tests/Latency/Connector/LatencyTT_Test_Connector.idl index 9d86cb5385a..e7aa946a233 100644 --- a/CIAO/connectors/dds4ccm/performance-tests/Latency/Connector/LatencyTT_Test_Connector.idl +++ b/CIAO/connectors/dds4ccm/performance-tests/Latency/Connector/LatencyTT_Test_Connector.idl @@ -19,9 +19,6 @@ module LatencyTT_Test { module ::CCM_DDS::Typed < ::LatencyTTTest, ::LatencyTTTestSeq> LatencyTTTestConn; - connector LatencyTT_Test_Connector : LatencyTTTestConn::DDS_Event - { - }; }; #endif /* LatencyTT_Test_CONNECTOR_IDL_ */ diff --git a/CIAO/connectors/dds4ccm/performance-tests/Throughput/Connector/Throughput_Connector.idl b/CIAO/connectors/dds4ccm/performance-tests/Throughput/Connector/Throughput_Connector.idl index 4ecaf3d3b8c..6def63f0fd7 100644 --- a/CIAO/connectors/dds4ccm/performance-tests/Throughput/Connector/Throughput_Connector.idl +++ b/CIAO/connectors/dds4ccm/performance-tests/Throughput/Connector/Throughput_Connector.idl @@ -19,9 +19,6 @@ module Throughput { module ::CCM_DDS::Typed < ::ThroughputTest, ::ThroughputTestSeq> ThroughputTestConn; - connector Throughput_Connector : ThroughputTestConn::DDS_Event - { - }; }; #endif /* Throughput_CONNECTOR_IDL_ */ diff --git a/CIAO/connectors/dds4ccm/performance-tests/Throughput/SecConnector/Throughput_Sec_Connector.idl b/CIAO/connectors/dds4ccm/performance-tests/Throughput/SecConnector/Throughput_Sec_Connector.idl index 0ec6de8e1c8..6b3ee60468b 100644 --- a/CIAO/connectors/dds4ccm/performance-tests/Throughput/SecConnector/Throughput_Sec_Connector.idl +++ b/CIAO/connectors/dds4ccm/performance-tests/Throughput/SecConnector/Throughput_Sec_Connector.idl @@ -19,9 +19,6 @@ module Throughput { module ::CCM_DDS::Typed < ::ThroughputCommand, ::ThroughputCommandSeq> ThroughputCommandConn; - connector Throughput_Sec_Connector : ThroughputCommandConn::DDS_Event - { - }; }; #endif /* Throughput_Sec_CONNECTOR_IDL_ */ |