summaryrefslogtreecommitdiff
path: root/CIAO/performance-tests/Benchmark/RoundTripClient/RoundTripClient.idl
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/performance-tests/Benchmark/RoundTripClient/RoundTripClient.idl')
-rw-r--r--CIAO/performance-tests/Benchmark/RoundTripClient/RoundTripClient.idl30
1 files changed, 0 insertions, 30 deletions
diff --git a/CIAO/performance-tests/Benchmark/RoundTripClient/RoundTripClient.idl b/CIAO/performance-tests/Benchmark/RoundTripClient/RoundTripClient.idl
deleted file mode 100644
index 3f891ce00d3..00000000000
--- a/CIAO/performance-tests/Benchmark/RoundTripClient/RoundTripClient.idl
+++ /dev/null
@@ -1,30 +0,0 @@
-// $Id$
-//=============================================================================
-/**
- * @file RoundTripClient.idl
- *
- * Definition of the Component that uses the LatencyTest interface
- * provided by RoundTrip component
- */
-//=============================================================================
-
-#ifndef CIAO_ROUNDTRIPCLIENT_IDL
-#define CIAO_ROUNDTRIPCLIENT_IDL
-
-#include <Components.idl>
-#include "../Benchmark.idl"
-
-module Benchmark
-{
- component RoundTripClient
- {
- uses LatencyTest latency;
- provides Controller controller;
- };
-
- home RoundTripClientHome manages RoundTripClient
- {
- };
-};
-
-#endif /* CIAO_ROUNDTRIPCLIENT_IDL*/